| Summary: | sshd initially ignores -e (log_stderr) if -i (inetd_flag) is given | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | prj | ||||
| Component: | sshd | Assignee: | 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
prj
2002-10-16 06:27:34 AEST
Created attachment 164 [details]
proposed patch
what about this? (more in line with the rest of the code).
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. applied Mass change of RESOLVED bugs to CLOSED |