s3:vfs: use smbXsrv_tcon instead of smbXsrv_tcon0 in connection_struct.
authorMichael Adam <obnox@samba.org>
Mon, 2 Jul 2012 12:46:32 +0000 (14:46 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 3 Jul 2012 11:39:41 +0000 (13:39 +0200)
source3/include/vfs.h

index be4399feb8eb0b26ec13648ec20d14a073596292..0976f745dbaa9717150af3d6dae13581f7085316 100644 (file)
@@ -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;