s4-messaging Rename messaging -> imessaging
[jlayton/samba.git] / source4 / smbd / service_task.c
index 1eb8403e3b1fa41ecbb35d193012905091e6ea6e..32c44cf6603fc688037ccd8dcdf846376e2dfdda 100644 (file)
@@ -78,12 +78,12 @@ static void task_server_callback(struct tevent_context *event_ctx,
        task->server_id = server_id;
        task->lp_ctx = lp_ctx;
 
-       task->msg_ctx = messaging_init(task, 
-                                      lpcfg_messaging_path(task, task->lp_ctx),
+       task->msg_ctx = imessaging_init(task,
+                                      lpcfg_imessaging_path(task, task->lp_ctx),
                                       task->server_id, 
                                       task->event_ctx);
        if (!task->msg_ctx) {
-               task_server_terminate(task, "messaging_init() failed", true);
+               task_server_terminate(task, "imessaging_init() failed", true);
                return;
        }