CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/24 22:25:46
Modified files:
usr.bin/ssh : sftp-client.c
Log message:
Fix return value confusion in several functions (readdir, download and
fsync). These should return -1 on error, not a sftp status code.
patch from Petr Cerny in bz#2871
