1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

s3: Remove smbd_server_conn from reply_tcon_and_X

This commit is contained in:
Volker Lendecke 2010-06-12 11:41:00 +02:00
parent 0275502b9c
commit bf2f2f468c

View File

@ -683,7 +683,7 @@ void reply_tcon_and_X(struct smb_request *req)
char *path = NULL;
const char *p, *q;
uint16 tcon_flags;
struct smbd_server_connection *sconn = smbd_server_conn;
struct smbd_server_connection *sconn = req->sconn;
START_PROFILE(SMBtconX);