From 84758bd1f8633d3efe30e293887596db6bfd5e5b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 15 May 2007 15:14:32 +0000 Subject: r22908: All callers of message_init now also call messaging_init. Unify those. (This used to be commit 330946ad2307ca34f0a8d068a0193fcb8a0d6036) --- source3/torture/msgtest.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/torture') diff --git a/source3/torture/msgtest.c b/source3/torture/msgtest.c index 18674ef0f5..20e5230a60 100644 --- a/source3/torture/msgtest.c +++ b/source3/torture/msgtest.c @@ -52,8 +52,6 @@ static void pong_message(struct messaging_context *msg_ctx, lp_load(dyn_CONFIGFILE,False,False,False,True); - message_init(); - if (!(evt_ctx = event_context_init(NULL)) || !(msg_ctx = messaging_init(NULL, server_id_self(), evt_ctx))) { fprintf(stderr, "could not init messaging context\n"); -- cgit