summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-07-02 13:37:07 +0200
committerMichael Adam <obnox@samba.org>2012-07-03 13:39:40 +0200
commit8a32d62abc7c9f514fa3de2c87202ef7b68bd2b5 (patch)
tree430322adcab167f8f0e33720fdb04e5f3aafa2c5 /source3
parent98ccca8dca70b87d04a93c8ef5232a071ab7c2af (diff)
downloadsamba-8a32d62abc7c9f514fa3de2c87202ef7b68bd2b5.tar.gz
samba-8a32d62abc7c9f514fa3de2c87202ef7b68bd2b5.tar.bz2
samba-8a32d62abc7c9f514fa3de2c87202ef7b68bd2b5.zip
s3:smbd:smb2: fix prototype of make_connection_smb2() to use smbXsrv_tcon
instead of internal smbXsrv_tcon0.
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 1b28c8b86b..4279755d66 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -975,9 +975,8 @@ bool set_current_service(connection_struct *conn, uint16 flags, bool do_chdir);
void load_registry_shares(void);
int add_home_service(const char *service, const char *username, const char *homedir);
int find_service(TALLOC_CTX *ctx, const char *service, char **p_service_out);
-struct smbXsrv_tcon0;
connection_struct *make_connection_smb2(struct smbd_server_connection *sconn,
- struct smbXsrv_tcon0 *tcon,
+ struct smbXsrv_tcon *tcon,
int snum,
struct user_struct *vuser,
const char *pdev,