summaryrefslogtreecommitdiff
path: root/source4/lib/messaging
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-07 02:37:13 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:48:41 +0100
commit6c77f353d3d952b46b401ab29837ba5b75e353c2 (patch)
treec78d6030280662a3a96b5a94c677f76fa47d2ed4 /source4/lib/messaging
parent4c4323009fa83f00ed319de59a3aad48fcd65994 (diff)
downloadsamba-6c77f353d3d952b46b401ab29837ba5b75e353c2.tar.gz
samba-6c77f353d3d952b46b401ab29837ba5b75e353c2.tar.bz2
samba-6c77f353d3d952b46b401ab29837ba5b75e353c2.zip
r26328: remove more uses of global_loadparm.
(This used to be commit 40ae12c08647c47a9c504d39ee6f61c32b4e5748)
Diffstat (limited to 'source4/lib/messaging')
-rw-r--r--source4/lib/messaging/tests/irpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/messaging/tests/irpc.c b/source4/lib/messaging/tests/irpc.c
index 28676c21c7..0618adcfb2 100644
--- a/source4/lib/messaging/tests/irpc.c
+++ b/source4/lib/messaging/tests/irpc.c
@@ -226,7 +226,7 @@ static bool irpc_setup(struct torture_context *tctx, void **_data)
torture_assert(tctx, data->msg_ctx2 =
messaging_init(tctx,
- lp_messaging_path(tctx, global_loadparm),
+ lp_messaging_path(tctx, tctx->lp_ctx),
cluster_id(MSG_ID2), data->ev),
"Failed to init second messaging context");