From owner-cvs-gnu Wed May 3 07:36:26 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA03799 for cvs-gnu-outgoing; Wed, 3 May 1995 07:36:26 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA03786 ; Wed, 3 May 1995 07:36:19 -0700 Date: Wed, 3 May 1995 07:36:19 -0700 From: Bill Paul Message-Id: <199505031436.HAA03786@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.sbin/ypserv server.c Sender: cvs-gnu-owner@freebsd.org Precedence: bulk wpaul 95/05/03 07:36:18 Modified: gnu/usr.sbin/ypserv server.c Log: Small fix for yp_match implementation: In the case where ypserv is started with the -dns flag, fall through to the DNS lookup code only if asked to match a map with the word 'host' in its name. This prevents failed matches on non-host maps from being incorrectly handed off to DNS.