projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8770e3b
)
fix netmask option bug
author
Paul Mackerras
<paulus@samba.org>
Mon, 14 Jul 1997 03:53:34 +0000
(
03:53
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 14 Jul 1997 03:53:34 +0000
(
03:53
+0000)
pppd/options.c
patch
|
blob
|
history
diff --git
a/pppd/options.c
b/pppd/options.c
index db132afd07091ec258d08f7e2c86fd8a930ea883..11af11e853bccf2f4237a96a2da38c2a8f3a2512 100644
(file)
--- a/
pppd/options.c
+++ b/
pppd/options.c
@@
-18,7
+18,7
@@
*/
#ifndef lint
-static char rcsid[] = "$Id: options.c,v 1.3
8 1997/04/30 05:55:5
4 paulus Exp $";
+static char rcsid[] = "$Id: options.c,v 1.3
9 1997/07/14 03:53:3
4 paulus Exp $";
#endif
#include <ctype.h>
@@
-1829,6
+1829,7
@@
setnetmask(argv)
return 0;
}
+ netmask = mask;
return (1);
}