From: Paul Mackerras Date: Mon, 14 Jul 1997 03:53:34 +0000 (+0000) Subject: fix netmask option bug X-Git-Tag: RELEASE_2_3_6~168 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=88313fe117e9d7101fd21161906645db59be05e6;ds=sidebyside fix netmask option bug --- 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); }