r25536: Fix path for messaging - this code path doesn't appear to have a test, otherw...
authorJelmer Vernooij <jelmer@samba.org>
Fri, 5 Oct 2007 21:54:34 +0000 (21:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:07:49 +0000 (15:07 -0500)
source/scripting/ejs/smbcalls_auth.c

index e5b1aab3c249a3bc77284c4a1531f62d89796054..44059d7537a7526a603b24c3bd4d6371acb7e564 100644 (file)
@@ -56,7 +56,7 @@ static int ejs_doauth(MprVarHandle eid,
        } else {
                /* Hope we can find the event context somewhere up there... */
                ev = event_context_find(tmp_ctx);
-               msg = messaging_client_init(tmp_ctx, global_loadparm, ev);
+               msg = messaging_client_init(tmp_ctx, lp_messaging_path(tmp_ctx, global_loadparm), ev);
        }
 
        if (auth_types) {