summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-05 16:34:27 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-06 10:18:41 +0200
commit7d772064b42c93593d8a4f21489f672730858359 (patch)
tree7668f16eca6a3aa982a15dcc9e02489e9ccd1f5a /source3/smbd/proto.h
parent612838dca8a6bba411167659ac3107a8634f0504 (diff)
downloadsamba-7d772064b42c93593d8a4f21489f672730858359.tar.gz
samba-7d772064b42c93593d8a4f21489f672730858359.tar.bz2
samba-7d772064b42c93593d8a4f21489f672730858359.zip
s3:smbd: pass down vuid as uint64_t in lanman.c
metze
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index e73e5b5710..e7c8172918 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -408,7 +408,7 @@ void reply_transs(struct smb_request *req);
/* The following definitions come from smbd/lanman.c */
-void api_reply(connection_struct *conn, uint16 vuid,
+void api_reply(connection_struct *conn, uint64_t vuid,
struct smb_request *req,
char *data, char *params,
int tdscnt, int tpscnt,