diff options
author | 1996-05-24 11:43:36 +0000 | |
---|---|---|
committer | 1996-05-24 11:43:36 +0000 | |
commit | 6a65e3b83f46158aedac46ff93c1bad36dbd0d8a (patch) | |
tree | 855d38b98367f5ed9f501314d3145414bbcaa3ac | |
parent | sync to ecoff changes (diff) | |
download | wireguard-openbsd-6a65e3b83f46158aedac46ff93c1bad36dbd0d8a.tar.xz wireguard-openbsd-6a65e3b83f46158aedac46ff93c1bad36dbd0d8a.zip |
duh, duh, duh
-rw-r--r-- | usr.sbin/ypbind/ypbind.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypbind/ypbind.c b/usr.sbin/ypbind/ypbind.c index 4857f140d52..d9756370818 100644 --- a/usr.sbin/ypbind/ypbind.c +++ b/usr.sbin/ypbind/ypbind.c @@ -31,7 +31,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: ypbind.c,v 1.5 1996/05/14 18:53:38 deraadt Exp $"; +static char rcsid[] = "$Id: ypbind.c,v 1.6 1996/05/24 11:43:36 deraadt Exp $"; #endif #include <sys/param.h> @@ -833,7 +833,7 @@ int force; } /* we do not support sunos 3.0 insecure servers */ - if (ntohs(raddrp->sin_port) < IPPORT_RESERVED) + if (ntohs(raddrp->sin_port) >= IPPORT_RESERVED) return; /* soft update, alive */ |