mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
better match WSPP doc name for find flags
This commit is contained in:
parent
b7560afd4b
commit
0e4b8602de
@ -112,7 +112,7 @@ static NTSTATUS smb2srv_find_backend(struct smb2srv_find_state *state)
|
||||
return NT_STATUS_FOOBAR;
|
||||
}
|
||||
|
||||
if (info->in.continue_flags & SMB2_CONTINUE_FLAG_NEW) {
|
||||
if (info->in.continue_flags & SMB2_CONTINUE_FLAG_REOPEN) {
|
||||
state->ff = talloc(state, union smb_search_first);
|
||||
NT_STATUS_HAVE_NO_MEMORY(state->ff);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user