From 88313fe117e9d7101fd21161906645db59be05e6 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Mon, 14 Jul 1997 03:53:34 +0000 Subject: [PATCH] fix netmask option bug --- pppd/options.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pppd/options.c b/pppd/options.c index db132af..11af11e 100644 --- a/pppd/options.c +++ b/pppd/options.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: options.c,v 1.38 1997/04/30 05:55:54 paulus Exp $"; +static char rcsid[] = "$Id: options.c,v 1.39 1997/07/14 03:53:34 paulus Exp $"; #endif #include @@ -1829,6 +1829,7 @@ setnetmask(argv) return 0; } + netmask = mask; return (1); } -- 2.39.2