K 10 svn:author V 3 gad K 8 svn:date V 27 2002-04-07T08:12:39.000000Z K 7 svn:log V 382 A variable had been unnecessarily assigned a bogus value because gcc was "confused" about it being unassigned. In fact, gcc was right. Fix the real problem by setting that variable before break-ing out of a select statement so gcc is happy, and then remove the unnecessary assignment. Reported by: a user wondering why lpd syslog-ed about "compiler confusion" MFC after: 12 days END