From owner-cvs-usrsbin Wed Oct 23 08:49:35 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA23176 for cvs-usrsbin-outgoing; Wed, 23 Oct 1996 08:49:35 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA23131; Wed, 23 Oct 1996 08:49:25 -0700 (PDT) Date: Wed, 23 Oct 1996 08:49:25 -0700 (PDT) From: Bill Paul Message-Id: <199610231549.IAA23131@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv yp_server.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/23 08:49:24 Modified: usr.sbin/ypserv yp_server.c Log: In ypxfr_callback(), the failure to create an RPC CLIENT * handle for the callback is a fatal error for this function; return immediatlely if this happens. Also make the "failed to establish callback handle" error mesaage print the IP address of the target callback host. Revision Changes Path 1.11 +6 -4 src/usr.sbin/ypserv/yp_server.c