From owner-cvs-all@FreeBSD.ORG Sat Oct 27 12:24:49 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9B2916A41A; Sat, 27 Oct 2007 12:24:49 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C1EB713C48D; Sat, 27 Oct 2007 12:24:49 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9RCOn5q090758; Sat, 27 Oct 2007 12:24:49 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9RCOmBg090756; Sat, 27 Oct 2007 12:24:48 GMT (envelope-from simon) Message-Id: <200710271224.l9RCOmBg090756@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 27 Oct 2007 12:24:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/mountd mountd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2007 12:24:50 -0000 simon 2007-10-27 12:24:47 UTC FreeBSD src repository Modified files: usr.sbin/mountd mountd.c Log: Use the correct variable to check for a malloc failing. This fixes a case where mountd would fail to start with "out of memory" logged to syslog. Revision Changes Path 1.96 +1 -1 src/usr.sbin/mountd/mountd.c