From a02265cdc4ea359979f89af99f58fb0720d7c464 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 27 May 2009 18:26:15 +0200 Subject: s3:smbd: make make_connection_snum() non static metze --- source3/smbd/service.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/smbd/service.c') diff --git a/source3/smbd/service.c b/source3/smbd/service.c index 5ade8270d5d..508f71b44ee 100644 --- a/source3/smbd/service.c +++ b/source3/smbd/service.c @@ -636,8 +636,7 @@ static NTSTATUS create_connection_server_info(struct smbd_server_connection *sco connecting user if appropriate. ****************************************************************************/ -static connection_struct *make_connection_snum( - struct smbd_server_connection *sconn, +connection_struct *make_connection_snum(struct smbd_server_connection *sconn, int snum, user_struct *vuser, DATA_BLOB password, const char *pdev, -- cgit