From owner-cvs-all Thu Jul 11 10:39:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A69AB37B401; Thu, 11 Jul 2002 10:39:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27E0543E09; Thu, 11 Jul 2002 10:39:51 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (alfred@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6BHdpJU068671; Thu, 11 Jul 2002 10:39:51 -0700 (PDT) (envelope-from alfred@freefall.freebsd.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6BHdoSR068670; Thu, 11 Jul 2002 10:39:50 -0700 (PDT) Message-Id: <200207111739.g6BHdoSR068670@freefall.freebsd.org> From: Alfred Perlstein Date: Thu, 11 Jul 2002 10:39:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rpc.statd procs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/07/11 10:39:50 PDT Modified files: usr.sbin/rpc.statd procs.c Log: Fix return values in the sm_notify_1 service routine to return an answer most of the time (unless fork fails). This should fix the problem where FreeBSD won't respond to a remote host and therefor the remote hosts tries indefinitely to contact the FreeBSD hosts thereby irritating the system administrator. PR: misc/27810 Revision Changes Path 1.9 +3 -3 src/usr.sbin/rpc.statd/procs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message