From 2a9a95e673f23ed31ca186c2701b0ec816e370c7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 5 Jun 2012 15:56:46 +0200 Subject: s3:smbd: let make_connection() take a uint64_t vuid metze --- source3/smbd/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/proto.h') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 3bd8953320..e52e78df9c 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -989,7 +989,7 @@ connection_struct *make_connection_smb2(struct smbd_server_connection *sconn, NTSTATUS *pstatus); connection_struct *make_connection(struct smbd_server_connection *sconn, const char *service_in, - const char *pdev, uint16 vuid, + const char *pdev, uint64_t vuid, NTSTATUS *status); void close_cnum(connection_struct *conn, uint16 vuid); -- cgit