From: Jukka Rissanen Date: Mon, 18 Feb 2013 15:23:31 +0000 (+0200) Subject: l2tp: Fixed the nodeflate pppd option name X-Git-Tag: 1.12~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e3251dac980005ac0e67cc84f9ea0dc69b112df;p=platform%2Fupstream%2Fconnman.git l2tp: Fixed the nodeflate pppd option name --- diff --git a/vpn/plugins/l2tp.c b/vpn/plugins/l2tp.c index 15f5128..dce0e21 100644 --- a/vpn/plugins/l2tp.c +++ b/vpn/plugins/l2tp.c @@ -107,7 +107,7 @@ struct { { "L2TP.NoBSDComp", "nobsdcomp", OPT_PPPD, NULL, OPT_BOOL }, { "L2TP.NoPcomp", "nopcomp", OPT_PPPD, NULL, OPT_BOOL }, { "L2TP.UseAccomp", "accomp", OPT_PPPD, NULL, OPT_BOOL }, - { "L2TP.NoDeflate", "nodeflatey", OPT_PPPD, NULL, OPT_BOOL }, + { "L2TP.NoDeflate", "nodeflate", OPT_PPPD, NULL, OPT_BOOL }, { "L2TP.ReqMPPE", "require-mppe", OPT_PPPD, NULL, OPT_BOOL }, { "L2TP.ReqMPPE40", "require-mppe-40", OPT_PPPD, NULL, OPT_BOOL }, { "L2TP.ReqMPPE128", "require-mppe-128", OPT_PPPD, NULL, OPT_BOOL },