summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-03-15 19:03:59 +0100
committerRalph Boehme <slow@samba.org>2018-07-27 13:07:15 +0200
commit8884036ba297f504eb2e427db8247719ffb7a713 (patch)
tree76df9c4eeec0d67909dd037c08784bfec78fa448 /source3/smbd/globals.h
parent00a26ac9856d4ec483736ae7c4bf17d08feed5f8 (diff)
downloadsamba-8884036ba297f504eb2e427db8247719ffb7a713.tar.gz
smbd: let smbd_dirptr_lanman2_entry return smb_fname
Note that smb_fname is relative to fsp, not conn! Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index d151d33b968..6ae57184417 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -210,6 +210,7 @@ NTSTATUS smbd_dirptr_lanman2_entry(TALLOC_CTX *ctx,
char *base_data,
char *end_data,
int space_remaining,
+ struct smb_filename **smb_fname,
bool *got_exact_match,
int *_last_entry_off,
struct ea_list *name_list,