s3:torture: make use of samba_tevent_context_init()
[vlendec/samba-autobuild/.git] / source3 / torture / vfstest.c
index 439e186c90d24505638065237cd98197c149fe79..54365e0350be4a93fe707373b14bbe6e4ac2a999 100644 (file)
@@ -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;