diff options
Diffstat (limited to 'usr.sbin/ypbind/yp_ping.c')
| -rw-r--r-- | usr.sbin/ypbind/yp_ping.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypbind/yp_ping.c b/usr.sbin/ypbind/yp_ping.c index 6550ab08b73e..bc6d31949eeb 100644 --- a/usr.sbin/ypbind/yp_ping.c +++ b/usr.sbin/ypbind/yp_ping.c @@ -72,7 +72,7 @@ static char *sccsid = "@(#)from: clnt_udp.c 1.39 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)from: clnt_udp.c 2.2 88/08/01 4.0 RPCSRC"; #endif static const char rcsid[] = - "$Id$"; + "$Id: yp_ping.c,v 1.3 1997/10/27 07:45:45 charnier Exp $"; #endif /* @@ -451,7 +451,7 @@ int __yp_ping(restricted_addrs, cnt, dom, port) struct timeval tv = { 5 , 0 }; struct ping_req **reqs; unsigned long i; - struct sockaddr_in sin, *any; + struct sockaddr_in sin, *any = NULL; int winner = -1; time_t xid_seed, xid_lookup; int sock, dontblock = 1; |
