From: Stefan Metzmacher Date: Fri, 11 Jan 2019 12:15:58 +0000 (+0100) Subject: s3:torture: call per_thread_cwd_check() in vfstest.c main() X-Git-Tag: talloc-2.1.15~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a62bc3f221bd7d9db6cdbeb89f2c03c6e81eb98d;p=thirdparty%2Fsamba.git s3:torture: call per_thread_cwd_check() in vfstest.c main() Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme Reviewed-by: Volker Lendecke --- diff --git a/source3/torture/vfstest.c b/source3/torture/vfstest.c index 0f80d11daae..508b55568e8 100644 --- a/source3/torture/vfstest.c +++ b/source3/torture/vfstest.c @@ -511,6 +511,8 @@ int main(int argc, const char *argv[]) facilities. See lib/debug.c */ setup_logging("vfstest", DEBUG_STDOUT); + per_thread_cwd_check(); + set_smbd_shim(&vfstest_shim_fns); /* Load command lists */