Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(521)

Unified Diff: l2tp_manager.cc

Issue 6713058: vpn-manager: Fix l2tp/ipsec connections to Windows RRAS server (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vpn-manager.git@master
Patch Set: Add comment, fix wording. Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipsec_manager_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: l2tp_manager.cc
diff --git a/l2tp_manager.cc b/l2tp_manager.cc
index 5997042244cc188f55106e25f1f0f4d053ddb3fb..3a5c996b55d23084ecd8d26791e754aacb878d10 100644
--- a/l2tp_manager.cc
+++ b/l2tp_manager.cc
@@ -78,7 +78,7 @@ std::string L2tpManager::FormatL2tpdConfiguration(
}
std::string L2tpManager::FormatPppdConfiguration() {
- std::string pppd_config = StringPrintf(
+ std::string pppd_config(
"ipcp-accept-local\n"
"ipcp-accept-remote\n"
"refuse-eap\n"
« no previous file with comments | « ipsec_manager_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698