CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/08/08 21:39:13
Modified files:
usr.bin/ssh : sftp-client.c
Log message:
two problems found by a to-be-committed regress test: 1) msg_id was not
being initialised so was starting at a random value from the heap
(harmless, but confusing). 2) some error conditions were not being
propagated back to the caller
