From 9ffb8f153287bb95e5189282c6f6b40ddf52ef61 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 5 Jun 2012 16:07:13 +0200 Subject: s3:smbd: let close_cnum() 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 e52e78df9c..664ac46bc9 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -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; -- cgit