CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2021/09/02 23:12:25
Modified files: usr.bin/ssh : sftp-client.c Log message: Remove redundant attrib_clear in upload_dir_internal. The subsequent call to stat_to_attrib clears the struct as its first step anyway. >From pmeinhardt via github PR#220, ok djm@