From owner-cvs-all Sat Nov 4 18:24:24 2000 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 F1A6337B4D7; Sat, 4 Nov 2000 18:24:21 -0800 (PST) Received: (from gad@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA87505; Sat, 4 Nov 2000 18:24:21 -0800 (PST) (envelope-from gad@FreeBSD.org) Message-Id: <200011050224.SAA87505@freefall.freebsd.org> From: Garance A Drosehn Date: Sat, 4 Nov 2000 18:24:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd recvjob.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gad 2000/11/04 18:24:21 PST Modified files: usr.sbin/lpr/lpd recvjob.c Log: In the error-message routine for receiving a job, move the "cleanup" to be after the error message is printed, because the error message may refer to variables the "cleanup" routine will zero out. PR: 21007 Revision Changes Path 1.16 +18 -3 src/usr.sbin/lpr/lpd/recvjob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message