Remove redundant attrib_clear in upload_dir_internal. The subsequent
authordtucker <dtucker@openbsd.org>
Fri, 3 Sep 2021 05:12:25 +0000 (05:12 +0000)
committerdtucker <dtucker@openbsd.org>
Fri, 3 Sep 2021 05:12:25 +0000 (05:12 +0000)
commite77e98b5cf0a8e52d879bf06c68574e971f88253
treeed8332bb023a76737b7b4090ff50e129074a3db8
parent800b62be1a19898279555a8fe33094cd5c9859a3
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@
usr.bin/ssh/sftp-client.c