summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-02-18 09:11:52 +0100
committerMichael Adam <obnox@samba.org>2013-02-19 23:47:48 +0100
commit22dd9e7c792c4decf4fcbe3b1ed2ea1f165c2af6 (patch)
tree405adeb582a2f912b386249d4ac05e87d8bb3f7e /source3/utils/net.c
parente8bda0017c5f8770dc3dce238ea3cefb1f4dd73f (diff)
downloadsamba-22dd9e7c792c4decf4fcbe3b1ed2ea1f165c2af6.tar.gz
samba-22dd9e7c792c4decf4fcbe3b1ed2ea1f165c2af6.tar.bz2
samba-22dd9e7c792c4decf4fcbe3b1ed2ea1f165c2af6.zip
s3:utils: make use of samba_tevent_context_init()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/utils/net.c')
-rw-r--r--source3/utils/net.c2
1 files changed, 1 insertions, 1 deletions
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);