projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5183e0
)
fix minor bug in addr nak processing
author
Paul Mackerras
<paulus@samba.org>
Thu, 1 Jun 1995 01:30:38 +0000
(
01:30
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 1 Jun 1995 01:30:38 +0000
(
01:30
+0000)
pppd/ipcp.c
patch
|
blob
|
history
diff --git
a/pppd/ipcp.c
b/pppd/ipcp.c
index 4e1f52f5c9ad6aeed3a8c803219d0d121248b028..112def979666ec79395711d8b2965022b1d0c9b4 100644
(file)
--- a/
pppd/ipcp.c
+++ b/
pppd/ipcp.c
@@
-18,7
+18,7
@@
*/
#ifndef lint
-static char rcsid[] = "$Id: ipcp.c,v 1.1
8 1995/05/19 03:18:0
8 paulus Exp $";
+static char rcsid[] = "$Id: ipcp.c,v 1.1
9 1995/06/01 01:30:3
8 paulus Exp $";
#endif
/*
@@
-581,7
+581,8
@@
ipcp_nakci(f, p, len)
if (ciaddr1 && go->accept_local)
try.ouraddr = ciaddr1;
if (try.ouraddr != 0)
- no.neg_addr = 1;
+ try.neg_addr = 1;
+ no.neg_addr = 1;
break;
default:
goto bad;