diff options
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/service.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/smbd/service.c b/source3/smbd/service.c index 5ade8270d5..508f71b44e 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, |