diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-05-27 18:26:15 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-06-03 17:54:38 +0200 |
commit | a02265cdc4ea359979f89af99f58fb0720d7c464 (patch) | |
tree | 7c88db30f321b315fab00e4e2d620c0addf47a56 /source3/smbd | |
parent | c8620180083c2bff2e54bb90bcbf89a3d5008fbd (diff) | |
download | samba-a02265cdc4ea359979f89af99f58fb0720d7c464.tar.gz samba-a02265cdc4ea359979f89af99f58fb0720d7c464.tar.bz2 samba-a02265cdc4ea359979f89af99f58fb0720d7c464.zip |
s3:smbd: make make_connection_snum() non static
metze
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, |