From: David F. Skoll Date: Thu, 18 Jul 2002 15:25:04 +0000 (+0000) Subject: Fixed typo in options.c so it compiles. X-Git-Tag: ppp-2.4.7~405 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=63e139d8f7c9daa2fed7e5be5f2f6b9abafa5125;p=ppp.git Fixed typo in options.c so it compiles. --- diff --git a/pppd/options.c b/pppd/options.c index 223d1fa..5073ed7 100644 --- a/pppd/options.c +++ b/pppd/options.c @@ -17,7 +17,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define RCSID "$Id: options.c,v 1.84 2002/07/13 06:24:36 kad Exp $" +#define RCSID "$Id: options.c,v 1.85 2002/07/18 15:25:04 dfs Exp $" #include #include @@ -1499,7 +1499,7 @@ setmodir(argv) } else if (!strcmp(*argv,"out")) { maxoctets_dir = PPP_OCTETS_DIRECTION_OUT; } else if (!strcmp(*argv,"max")) { - maxoctets_dir = PPP_OCTETS_DIRECTION_MAX; + maxoctets_dir = PPP_OCTETS_DIRECTION_MAXOVERAL; } else { maxoctets_dir = PPP_OCTETS_DIRECTION_SUM; }