CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/02 01:51:13
Modified files:
usr.bin/ssh : authfd.c krl.c monitor.c sshkey.c
Log message:
Fix occurrences of "r = func() != 0" which result in the wrong error
codes being returned due to != having higher precedence than =.
ok deraadt@ markus@
