From owner-cvs-usrsbin Sun Jan 5 22:27:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA12214 for cvs-usrsbin-outgoing; Sun, 5 Jan 1997 22:27:58 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA12202; Sun, 5 Jan 1997 22:27:57 -0800 (PST) Date: Sun, 5 Jan 1997 22:27:57 -0800 (PST) From: Bill Paul Message-Id: <199701060627.WAA12202@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv yp_access.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 97/01/05 22:27:56 Modified: usr.sbin/ypserv yp_access.c Log: Eek: the 'check for / in map names' test I added a while back detects slashes in map names but doesn't return failure if it finds them. Add missing return(1) to fix this. Revision Changes Path 1.12 +2 -1 src/usr.sbin/ypserv/yp_access.c