1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

s3:smbd: let close_cnum() take a uint64_t vuid

metze
This commit is contained in:
Stefan Metzmacher 2012-06-05 16:07:13 +02:00
parent 69d1f9b836
commit 9ffb8f1532
2 changed files with 2 additions and 2 deletions

View 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;

View 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);