summaryrefslogtreecommitdiff
path: root/source3/torture/vfstest.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture/vfstest.c')
-rw-r--r--source3/torture/vfstest.c2
1 files changed, 1 insertions, 1 deletions
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;