diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-15 17:24:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-15 17:24:18 +0000 |
commit | a46069953d97a91b48d1c0a0dfa7b2cd583fa769 (patch) | |
tree | 6a04127d626cf5fb053df3bd6491d06baa0c2d5c /usr.sbin | |
parent | d930730d8876ac486adc49322723b9f59a312fc5 (diff) |
oops
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ypbind/ypbind.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ypbind/ypbind.c b/usr.sbin/ypbind/ypbind.c index 76b43b7d023..6cffb4cc7ae 100644 --- a/usr.sbin/ypbind/ypbind.c +++ b/usr.sbin/ypbind/ypbind.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ypbind.c,v 1.35 1998/08/15 17:23:27 deraadt Exp $ */ +/* $OpenBSD: ypbind.c,v 1.36 1998/08/15 17:24:17 deraadt Exp $ */ /* * Copyright (c) 1997,1998 Theo de Raadt <deraadt@OpenBSD.org> @@ -35,7 +35,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: ypbind.c,v 1.35 1998/08/15 17:23:27 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: ypbind.c,v 1.36 1998/08/15 17:24:17 deraadt Exp $"; #endif #include <sys/param.h> @@ -776,7 +776,7 @@ broadcast(ypdb, buf, outlen) close(sock); return (-1); } - inbuf = ninbuf; + ifc.ifc_buf = inbuf = ninbuf; if (ioctl(sock, SIOCGIFCONF, (char *)&ifc) < 0) { (void) close(sock); free(inbuf); |