CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/11/15 16:03:38
Modified files:
usr.bin/ssh : sshconnect.c
Log message:
when connecting via socket (the default case), filter addresses by
AddressFamily if one was specified. Fixes the case where, if
CanonicalizeHostname is enabled, ssh may ignore AddressFamily.
bz5326; ok dtucker
