CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/04/26 16:28:24
Modified files:
usr.bin/ssh : sshconnect2.c
Log message:
bz#1502: authctxt.success is declared as an int, but passed by
reference to function that accepts sig_atomic_t*. Convert it to
the latter; ok markus@ dtucker@
