From 9386e2d9d8c908a5424e244b0c049fbcfab07aa9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 12 Jun 2010 12:43:11 +0200 Subject: s3: Remove smbd_server_conn from change_notify_add_request --- source3/smbd/notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd') diff --git a/source3/smbd/notify.c b/source3/smbd/notify.c index 202664fc94..e3c9fc72e6 100644 --- a/source3/smbd/notify.c +++ b/source3/smbd/notify.c @@ -235,7 +235,7 @@ NTSTATUS change_notify_add_request(struct smb_request *req, { struct notify_change_request *request = NULL; struct notify_mid_map *map = NULL; - struct smbd_server_connection *sconn = smbd_server_conn; + struct smbd_server_connection *sconn = req->sconn; DEBUG(10, ("change_notify_add_request: Adding request for %s: " "max_param = %d\n", fsp_str_dbg(fsp), (int)max_param)); -- cgit