Bug 414

Summary: sshd initially ignores -e (log_stderr) if -i (inetd_flag) is given
Product: Portable OpenSSH Reporter: prj
Component: sshdAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: -current   
Hardware: All   
OS: Linux   
URL: http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=102469253706346&w=2
Attachments:
Description Flags
proposed patch none

Description prj 2002-10-16 06:27:34 AEST
I reported this bug (to openssh-unix-dev, sorry) on 2002-06-21.
It's still unfixed in 3.5p1.
http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=102469253706346&w=2
Comment 1 Markus Friedl 2002-11-06 07:01:48 AEDT
Created attachment 164 [details]
proposed patch

what about this? (more in line with the rest of the code).
Comment 2 prj 2002-11-06 08:54:05 AEDT
Your patch fails to preserve the current intended behavior of logging to
stderr initially when debug_flag and inetd_flag are both false.  It also
fails to fix the problem in my case, since debug_flag is false for me,
so log_stderr will not be set to true by that conditional, regardless of
where you place it.
Comment 3 Markus Friedl 2002-11-08 03:32:05 AEDT
applied
Comment 4 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED