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/dbwrap_torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/dbwrap_torture.c') diff --git a/source3/utils/dbwrap_torture.c b/source3/utils/dbwrap_torture.c index fb4ed6d4ec..9ece297288 100644 --- a/source3/utils/dbwrap_torture.c +++ b/source3/utils/dbwrap_torture.c @@ -286,7 +286,7 @@ int main(int argc, const char *argv[]) lp_load_global(get_dyn_CONFIGFILE()); - ev_ctx = tevent_context_init(mem_ctx); + ev_ctx = samba_tevent_context_init(mem_ctx); if (ev_ctx == NULL) { d_fprintf(stderr, "ERROR: could not init event context\n"); goto done; -- cgit