From owner-cvs-usrbin Thu Oct 9 07:12:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA02249 for cvs-usrbin-outgoing; Thu, 9 Oct 1997 07:12:33 -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 HAA02154; Thu, 9 Oct 1997 07:11: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 HAA00842; Thu, 9 Oct 1997 07:11:22 -0700 (PDT) Date: Thu, 9 Oct 1997 07:11:22 -0700 (PDT) Message-Id: <199710091411.HAA00842@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:11:22 PDT Modified files: usr.bin/rdist docmd.c Log: Make sure lfp is non-NULL before closing it. PR: 4652 Revision Changes Path 1.10 +3 -2 src/usr.bin/rdist/docmd.c