From owner-cvs-all Wed Feb 10 12:04:25 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12116 for cvs-all-outgoing; Wed, 10 Feb 1999 12:04:25 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12106; Wed, 10 Feb 1999 12:04:23 -0800 (PST) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA06210; Wed, 10 Feb 1999 12:04:23 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Date: Wed, 10 Feb 1999 12:04:23 -0800 (PST) Message-Id: <199902102004.MAA06210@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ypbind ypbind.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/02/10 12:04:22 PST Modified files: usr.sbin/ypbind ypbind.c Log: The ypbind_setdom_2 procedure returns NULL in the success case. This is incorrect; returning NULL here means that the dispatcher won't send any response back to the caller, which means the caller will sit there waiting until it times out. I don't know how this ever worked before. The effect is that using 'ypset foo' to get the local ypbind to change servers would work, but would sit there hanging for a long time for no reason. Revision Changes Path 1.28 +3 -2 src/usr.sbin/ypbind/ypbind.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message