From owner-cvs-all Mon Apr 23 3:12:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 98DCA37B423; Mon, 23 Apr 2001 03:12:35 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3NACXx57683; Mon, 23 Apr 2001 03:12:33 -0700 (PDT) (envelope-from iedowse) Message-Id: <200104231012.f3NACXx57683@freefall.freebsd.org> From: Ian Dowse Date: Mon, 23 Apr 2001 03:12:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mountd mountd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/04/23 03:12:33 PDT Modified files: sbin/mountd mountd.c Log: Reinstate one more old bugfix that got lost in the tirpc commit: always look up -network and -mask addresses numerically before trying getnetbyname(). Without this, we may end up attempting DNS queries on silly names such as "127.0.0.0.my-domain.com". See the commit log from revisions 1.21 and 1.20 for further details. Revision Changes Path 1.50 +21 -16 src/sbin/mountd/mountd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message