From owner-cvs-usrbin Thu Oct 9 07:14:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA02383 for cvs-usrbin-outgoing; Thu, 9 Oct 1997 07:14:04 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA02331; Thu, 9 Oct 1997 07:13:37 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA00972; Thu, 9 Oct 1997 07:13:23 -0700 (PDT) Date: Thu, 9 Oct 1997 07:13:23 -0700 (PDT) Message-Id: <199710091413.HAA00972@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/rdist docmd.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/10/09 07:13:23 PDT Modified files: (Branch: RELENG_2_2) usr.bin/rdist docmd.c Log: MFC: don't attempt to close a NULL file handle. Revision Changes Path 1.6.2.2 +3 -2 src/usr.bin/rdist/docmd.c