From owner-cvs-usrsbin Sun Jan 12 00:18:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA15984 for cvs-usrsbin-outgoing; Sun, 12 Jan 1997 00:18:21 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA15977; Sun, 12 Jan 1997 00:18:19 -0800 (PST) Date: Sun, 12 Jan 1997 00:18:19 -0800 (PST) From: Bill Paul Message-Id: <199701120818.AAA15977@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv yp_dnslookup.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 97/01/12 00:18:18 Modified: usr.sbin/ypserv yp_dnslookup.c Log: Ack. When I moved the getsockopt() calls, I forgot to move the lines that initialize the getsockopt() args (type and len) too. Revision Changes Path 1.8 +4 -4 src/usr.sbin/ypserv/yp_dnslookup.c