mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
r25536: Fix path for messaging - this code path doesn't appear to have a test, otherwise it would've caused a crash in the testsuite earlier...
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
fa6407984b
commit
89c8fd8c02
@ -56,7 +56,7 @@ static int ejs_doauth(MprVarHandle eid,
|
|||||||
} else {
|
} else {
|
||||||
/* Hope we can find the event context somewhere up there... */
|
/* Hope we can find the event context somewhere up there... */
|
||||||
ev = event_context_find(tmp_ctx);
|
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) {
|
if (auth_types) {
|
||||||
|
Reference in New Issue
Block a user