From owner-cvs-all Thu Apr 18 13:27:26 2002 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 E82F637B405; Thu, 18 Apr 2002 13:27:23 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3IKRNn08733; Thu, 18 Apr 2002 13:27:23 -0700 (PDT) (envelope-from gad) Message-Id: <200204182027.g3IKRNn08733@freefall.freebsd.org> From: Garance A Drosehn Date: Thu, 18 Apr 2002 13:27:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd printjob.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gad 2002/04/18 13:27:23 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/lpd printjob.c Log: MFC 1.48: Fix the real problem of an "unassigned variable" by setting the 'cp' variable before break-ing out of a select statement, and then remove the unnecessary assignment of 'cp' before the select statement. Reported by: user asking about a syslog msg on "compiler confusion" Revision Changes Path 1.22.2.24 +6 -7 src/usr.sbin/lpr/lpd/printjob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message