git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8846981
)
better match WSPP doc name for find flags
author
Andrew Tridgell
<tridge@samba.org>
Thu, 15 May 2008 10:46:43 +0000
(20:46 +1000)
committer
Andrew Tridgell
<tridge@samba.org>
Thu, 15 May 2008 10:46:43 +0000
(20:46 +1000)
(This used to be commit
0e4b8602dec3ec87676c91a99371e5d77fe78196
)
source4/smb_server/smb2/find.c
patch
|
blob
|
history
diff --git
a/source4/smb_server/smb2/find.c
b/source4/smb_server/smb2/find.c
index 6018f1958f8d192aba2d213a7055fe6b637fc142..f1b31d45ce237377af145295241f9bc84a7040aa 100644
(file)
--- 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);