CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/14 21:57:33
Modified files:
usr.bin/ssh : sftp-client.c
Log message:
fix off-by-one error that caused sftp downloads to make one more
concurrent request that desired. This prevented using sftp(1) in
unpipelined request/response mode, which is useful when debugging.
Patch from Stephen Goetze in bz#3054
