From 60fa4c7305b4c766fe05a06025bce9ab1ff02902 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Feb 2013 09:11:19 +0100 Subject: s3:torture: make use of samba_tevent_context_init() Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- source3/torture/vfstest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture/vfstest.c') diff --git a/source3/torture/vfstest.c b/source3/torture/vfstest.c index 439e186c90..54365e0350 100644 --- a/source3/torture/vfstest.c +++ b/source3/torture/vfstest.c @@ -459,7 +459,7 @@ int main(int argc, char *argv[]) char *filename = NULL; char cwd[MAXPATHLEN]; TALLOC_CTX *frame = talloc_stackframe(); - struct tevent_context *ev = tevent_context_init(NULL); + struct tevent_context *ev = samba_tevent_context_init(NULL); struct auth_session_info *session_info = NULL; NTSTATUS status = NT_STATUS_OK; -- cgit