diff options
| author | Volker Lendecke <vl@samba.org> | 2010-06-12 11:41:00 +0200 |
|---|---|---|
| committer | Volker Lendecke <vl@samba.org> | 2010-06-12 15:42:51 +0200 |
| commit | bf2f2f468c9bca7c4fbbfa778a25b366508b5048 (patch) | |
| tree | bd145fc180ac970ba96619c9d65cb5907ef82a44 | |
| parent | 0275502b9ce870656e033791196c2c33330ca4b0 (diff) | |
s3: Remove smbd_server_conn from reply_tcon_and_X
| -rw-r--r-- | source3/smbd/reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index fe8128ab7b..ffcda36696 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -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); |
