]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:smbd: let close_cnum() take a uint64_t vuid
authorStefan Metzmacher <metze@samba.org>
Tue, 5 Jun 2012 14:07:13 +0000 (16:07 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 6 Jun 2012 08:18:41 +0000 (10:18 +0200)
metze

source3/smbd/proto.h
source3/smbd/service.c

index e52e78df9c7dfcc22e7cbb90d3a97f4a96e754ae..664ac46bc910c783c6c19b7d82838d159221f48d 100644 (file)
@@ -991,7 +991,7 @@ connection_struct *make_connection(struct smbd_server_connection *sconn,
                                   const char *service_in,
                                   const char *pdev, uint64_t vuid,
                                   NTSTATUS *status);
-void close_cnum(connection_struct *conn, uint16 vuid);
+void close_cnum(connection_struct *conn, uint64_t vuid);
 
 /* The following definitions come from smbd/session.c  */
 struct sessionid;
index 911b82666486b80c792c15df5f767238a5cc1768..1bcbbcda6a38c549f0da4ff6f868f36cb5eb87dc 100644 (file)
@@ -1090,7 +1090,7 @@ connection_struct *make_connection(struct smbd_server_connection *sconn,
  Close a cnum.
 ****************************************************************************/
 
-void close_cnum(connection_struct *conn, uint16 vuid)
+void close_cnum(connection_struct *conn, uint64_t vuid)
 {
        file_close_conn(conn);