]> git.ozlabs.org Git - ppp.git/commitdiff
fix netmask option bug
authorPaul Mackerras <paulus@samba.org>
Mon, 14 Jul 1997 03:53:34 +0000 (03:53 +0000)
committerPaul Mackerras <paulus@samba.org>
Mon, 14 Jul 1997 03:53:34 +0000 (03:53 +0000)
pppd/options.c

index db132afd07091ec258d08f7e2c86fd8a930ea883..11af11e853bccf2f4237a96a2da38c2a8f3a2512 100644 (file)
@@ -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 <ctype.h>
@@ -1829,6 +1829,7 @@ setnetmask(argv)
        return 0;
     }
 
+    netmask = mask;
     return (1);
 }