Re: Stop password errors from getting reported as transfer errors

2007-11-05 Thread Paul Slootman
On Sun 04 Nov 2007, Matt McCutchen wrote: > > 2. Introduce a new logcode FERROR_NO23 that is the same as FERROR except > that it doesn't cause log_got_error to be set, and use this logcode for > error messages that shouldn't cause an exit code 23. I'd suggest FERROR_NOT23, as the first thing I th

Re: Stop password errors from getting reported as transfer errors

2007-11-04 Thread Matt McCutchen
On Sat, 2007-11-03 at 18:14 +, Wayne Davison committed: > Stop password errors from getting reported as transfer errors. IMO, setting log_got_error back to zero after the password handling is a hack. Here are two possible better approaches: 1. Decide where the real division between se