s3: Remove smbd_messaging_context() from make_connection_snum()
authorVolker Lendecke <vl@samba.org>
Sun, 4 Jul 2010 17:51:43 +0000 (19:51 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 5 Jul 2010 09:06:30 +0000 (11:06 +0200)
source3/smbd/service.c

index 7b0aa436a6a1360edcaf9dc51e8edffd82b3b483..ddd5ae2449e9ed5f03ec1a2afca85021ca088a45 100644 (file)
@@ -887,7 +887,7 @@ connection_struct *make_connection_snum(struct smbd_server_connection *sconn,
        if ((!conn->printer) && (!conn->ipc)) {
                conn->notify_ctx = notify_init(conn,
                                               sconn_server_id(sconn),
-                                              smbd_messaging_context(),
+                                              sconn->msg_ctx,
                                               smbd_event_context(),
                                               conn);
        }