From 63e139d8f7c9daa2fed7e5be5f2f6b9abafa5125 Mon Sep 17 00:00:00 2001 From: "David F. Skoll" Date: Thu, 18 Jul 2002 15:25:04 +0000 Subject: [PATCH] Fixed typo in options.c so it compiles. --- pppd/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.2