]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/options.c
mods to get it to compile better on linux
[ppp.git] / 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);
 }