https://bugzilla.mindrot.org/show_bug.cgi?id=2394
Jakub Jelen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2616|0 |1 is obsolete| | --- Comment #1 from Jakub Jelen <[email protected]> --- Created attachment 2622 --> https://bugzilla.mindrot.org/attachment.cgi?id=2622&action=edit possible solution Sorry. That patch was nonsense. At that time, there is options variable still empty. It would require to take the block under reading configuration files and parsing commandline options. But at that time, there is possible that there is opened -E logfile which we can't close and reopen. This is not a problem with syslog. * We do not open config file until we open log file (which makes sense) * We should close hanging file descriptors before we open log file (which is file descriptor) dependency hell ... This would require some more changes in upstream. Proposing to move this check further and reopen log, if required. -- You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
