summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-05-15 20:46:43 +1000
committerAndrew Tridgell <tridge@samba.org>2008-05-15 20:46:43 +1000
commitc0e247ab40a14ba11f021811a1bc160601bb59f7 (patch)
tree425ab4a0f873efd173921c0d01541b57956b09bf /source4/smb_server/smb2
parent8846981807a08e86c19b585be135b738eb9edf61 (diff)
downloadsamba-c0e247ab40a14ba11f021811a1bc160601bb59f7.tar.gz
samba-c0e247ab40a14ba11f021811a1bc160601bb59f7.tar.bz2
samba-c0e247ab40a14ba11f021811a1bc160601bb59f7.zip
better match WSPP doc name for find flags
(This used to be commit 0e4b8602dec3ec87676c91a99371e5d77fe78196)
Diffstat (limited to 'source4/smb_server/smb2')
-rw-r--r--source4/smb_server/smb2/find.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smb_server/smb2/find.c b/source4/smb_server/smb2/find.c
index 6018f1958f..f1b31d45ce 100644
--- a/source4/smb_server/smb2/find.c
+++ b/source4/smb_server/smb2/find.c
@@ -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);