From owner-cvs-all Fri Apr 30 9:44:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D6E6152F2; Fri, 30 Apr 1999 09:44:19 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA67284; Fri, 30 Apr 1999 09:44:19 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199904301644.JAA67284@freefall.freebsd.org> From: Bill Paul Date: Fri, 30 Apr 1999 09:44:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ypserv yp_server.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/04/30 09:44:19 PDT Modified files: usr.sbin/ypserv yp_server.c Log: Close PR #10970: exit at the end of ypproc_all_2_svc() instead of returning. This really fixes the condition where a child creates children of its own. I'm leaving the previous sanity tests in though, since they shouldn't hurt, and will give an indication if this ever happens again. Revision Changes Path 1.29 +10 -3 src/usr.sbin/ypserv/yp_server.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message