CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/17 22:04:11
Modified files:
usr.bin/ssh : servconf.c servconf.h sshd.c
Log message:
don't try to resolve ListenAddress directives in the sshd re-exec
path - we're never going to use the result and if the operation fails
then it can prevent connections from being accepted. Reported by
Aaron Poffenberger; with / ok dtucker@
