l2tp: Fixed the nodeflate pppd option name
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Mon, 18 Feb 2013 15:23:31 +0000 (17:23 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Tue, 19 Feb 2013 10:22:39 +0000 (12:22 +0200)
vpn/plugins/l2tp.c

index 15f5128..dce0e21 100644 (file)
@@ -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 },