summaryrefslogtreecommitdiff
path: root/source3/utils/status.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/status.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/status.c')
-rw-r--r--source3/utils/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/status.c b/source3/utils/status.c
index 0cb46a5f53..28a79d6018 100644
--- a/source3/utils/status.c
+++ b/source3/utils/status.c
@@ -422,7 +422,7 @@ static void print_notify_recs(const char *path,
* connection, usable by the db_open() calls further
* down.
*/
- msg_ctx = messaging_init(NULL, event_context_init(NULL));
+ msg_ctx = messaging_init(NULL, samba_tevent_context_init(NULL));
if (msg_ctx == NULL) {
fprintf(stderr, "messaging_init failed\n");
ret = -1;