summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-08-27 09:06:27 +0000
committerJeremy Allison <jra@samba.org>2013-08-28 23:37:08 +0200
commit53123996033594f68a3fc9037474aada3aef0750 (patch)
tree4125324e2498c9aef1ed5b9e9cf6941f1cbce9de /source3/smbd/globals.h
parente1843cd33274a3d790a4214b3d50a584d3d3fc95 (diff)
downloadsamba-53123996033594f68a3fc9037474aada3aef0750.tar.gz
samba-53123996033594f68a3fc9037474aada3aef0750.tar.bz2
samba-53123996033594f68a3fc9037474aada3aef0750.zip
smbd: qfilepathinfo has fixed/variable buffers
The error message will have to change depending whether the buffer is too small for the fixed or variable buffers Bug: https://bugzilla.samba.org/show_bug.cgi?id=10106 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@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 d618aeaff3..6ccb57ef73 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -138,6 +138,7 @@ NTSTATUS smbd_do_qfilepathinfo(connection_struct *conn,
char *lock_data,
uint16_t flags2,
unsigned int max_data_bytes,
+ size_t *fixed_portion,
char **ppdata,
unsigned int *pdata_size);