aboutsummaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-03-01 06:01:33 +0000
committerBruce Evans <bde@FreeBSD.org>1998-03-01 06:01:33 +0000
commitddf620822534ed0ad25c41066cdf82a8763d064c (patch)
tree6138beb9309df4aa038d5cda7ab3784e596e5986 /sys/net
parent55a5998a242c657b95a226448fbde42ae40d01f6 (diff)
downloadsrc-ddf620822534ed0ad25c41066cdf82a8763d064c.tar.gz
src-ddf620822534ed0ad25c41066cdf82a8763d064c.zip
Fixed syntax error in previous commit.
Notes
Notes: svn path=/head/; revision=33939
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_spppsubr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c
index 87d3eb820e8a..441eb7cf1e18 100644
--- a/sys/net/if_spppsubr.c
+++ b/sys/net/if_spppsubr.c
@@ -17,7 +17,7 @@
*
* From: Version 2.4, Thu Apr 30 17:17:21 MSD 1997
*
- * $Id: if_spppsubr.c,v 1.32 1998/02/09 06:09:57 eivind Exp $
+ * $Id: if_spppsubr.c,v 1.33 1998/02/28 21:01:09 phk Exp $
*/
#include "opt_inet.h"
@@ -2503,7 +2503,7 @@ sppp_ipcp_RCR(struct sppp *sp, struct lcp_header *h, int len)
desiredaddr = p[2] << 24 | p[3] << 16 |
p[4] << 8 | p[5];
if (desiredaddr == hisaddr ||
- (hisaddr == 1 && desiredaddr != 0) {
+ hisaddr == 1 && desiredaddr != 0) {
/*
* Peer's address is same as our value,
* or we have set it to 0.0.0.1 to