]> git.ozlabs.org Git - ppp.git/commitdiff
Fixed typo in options.c so it compiles.
authorDavid F. Skoll <dfs@roaringpenguin.com>
Thu, 18 Jul 2002 15:25:04 +0000 (15:25 +0000)
committerDavid F. Skoll <dfs@roaringpenguin.com>
Thu, 18 Jul 2002 15:25:04 +0000 (15:25 +0000)
pppd/options.c

index 223d1fa63a835bfc53b3ebbdfefc8a3faa189a41..5073ed795067d2d41b8b59d77409759a73516b97 100644 (file)
@@ -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 <ctype.h>
 #include <stdio.h>
@@ -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;
     }