Package: wu-ftpd
Version: 2.6.2-20
Severity: minor
Tags: patch
Line 36, testing for critical question, tests:
if (<STDIN> =~ /^n/i) {
Much better would be the safer:
if (<STDIN> !~ /^y/i) {
Julian
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

