From f2e8409c4e60a1350ceb7615f0222789991cd1f2 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 2 Jul 2012 14:46:32 +0200 Subject: [PATCH] s3:vfs: use smbXsrv_tcon instead of smbXsrv_tcon0 in connection_struct. --- source3/include/vfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/include/vfs.h b/source3/include/vfs.h index be4399feb8e..0976f745dba 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -282,7 +282,7 @@ struct share_params { typedef struct connection_struct { struct connection_struct *next, *prev; struct smbd_server_connection *sconn; /* can be NULL */ - struct smbXsrv_tcon0 *tcon; /* can be NULL */ + struct smbXsrv_tcon *tcon; /* can be NULL */ uint32_t cnum; /* an index passed over the wire */ struct share_params *params; bool force_user;