- (stevesk) sftp-server.c: KNF
This commit is contained in:
parent
b6b37ba475
commit
f7ffab3ca8
|
@ -676,7 +676,7 @@ process_fsetstat(void)
|
|||
TRACE("fsetstat id %d handle %d", id, handle);
|
||||
fd = handle_to_fd(handle);
|
||||
name = handle_to_name(handle);
|
||||
if ((fd < 0) || (name == NULL)) {
|
||||
if (fd < 0 || name == NULL) {
|
||||
status = SSH2_FX_FAILURE;
|
||||
} else {
|
||||
if (a->flags & SSH2_FILEXFER_ATTR_PERMISSIONS) {
|
||||
|
|
Loading…
Reference in New Issue