mirror of
https://github.com/samba-team/samba.git
synced 2025-03-23 06:50:21 +03:00
smbd: Avoid an else
We continue; in the if clause Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
7153c2c445
commit
0dda30408f
@ -927,7 +927,9 @@ bool smbd_dirptr_get_entry(TALLOC_CTX *ctx,
|
||||
TALLOC_FREE(fname);
|
||||
TALLOC_FREE(smb_fname);
|
||||
continue;
|
||||
} else if (NT_STATUS_EQUAL(status, NT_STATUS_OBJECT_NAME_NOT_FOUND)) {
|
||||
}
|
||||
|
||||
if (NT_STATUS_EQUAL(status, NT_STATUS_OBJECT_NAME_NOT_FOUND)) {
|
||||
if (!(atname->flags & SMB_FILENAME_POSIX_PATH)) {
|
||||
check_dfs_symlink = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user