diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-02-18 09:11:19 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-02-19 23:47:48 +0100 |
commit | 60fa4c7305b4c766fe05a06025bce9ab1ff02902 (patch) | |
tree | cce22d9f9fe5838d26ed1500520d3218ea168ddd /source3/torture/test_dbwrap_watch.c | |
parent | 22dd9e7c792c4decf4fcbe3b1ed2ea1f165c2af6 (diff) | |
download | samba-60fa4c7305b4c766fe05a06025bce9ab1ff02902.tar.gz samba-60fa4c7305b4c766fe05a06025bce9ab1ff02902.tar.bz2 samba-60fa4c7305b4c766fe05a06025bce9ab1ff02902.zip |
s3:torture: 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/torture/test_dbwrap_watch.c')
-rw-r--r-- | source3/torture/test_dbwrap_watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/test_dbwrap_watch.c b/source3/torture/test_dbwrap_watch.c index 2a21617fe3..9c2a679956 100644 --- a/source3/torture/test_dbwrap_watch.c +++ b/source3/torture/test_dbwrap_watch.c @@ -37,7 +37,7 @@ bool run_dbwrap_watch1(int dummy) NTSTATUS status; bool ret = false; - ev = tevent_context_init(talloc_tos()); + ev = samba_tevent_context_init(talloc_tos()); if (ev == NULL) { fprintf(stderr, "tevent_context_init failed\n"); goto fail; |