From 22dd9e7c792c4decf4fcbe3b1ed2ea1f165c2af6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Feb 2013 09:11:52 +0100 Subject: s3:utils: make use of samba_tevent_context_init() Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- source3/utils/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net.c') diff --git a/source3/utils/net.c b/source3/utils/net.c index 465d2a0821..3473641630 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -950,7 +950,7 @@ static struct functable net_func[] = { /* Failing to init the msg_ctx isn't a fatal error. Only root-level things (joining/leaving domains etc.) will be denied. */ - c->msg_ctx = messaging_init(c, event_context_init(c)); + c->msg_ctx = messaging_init(c, samba_tevent_context_init(c)); rc = net_run_function(c, argc_new-1, argv_new+1, "net", net_func); -- cgit