From owner-cvs-all Wed Oct 6 11:22:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B6ACE1576A; Wed, 6 Oct 1999 11:22:27 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA39280; Wed, 6 Oct 1999 11:20:45 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Message-Id: <199910061820.LAA39280@freefall.freebsd.org> From: Alfred Perlstein Date: Wed, 6 Oct 1999 11:20:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mountd mountd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alfred 1999/10/06 11:20:45 PDT Modified files: sbin/mountd mountd.c Log: Put the umount request through the same translation as the mount request. Fix some uninitialized warnings and a style bug while we are here. Problem still exists where a failed umount can be misreported as success. Submitted by: Martin Blapp Revision Changes Path 1.37 +12 -3 src/sbin/mountd/mountd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message