Revert "file_server/file_server.c VALGRIND"
authorStefan Metzmacher <metze@samba.org>
Mon, 9 Jul 2018 09:23:32 +0000 (11:23 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 26 Jul 2018 13:14:21 +0000 (15:14 +0200)
This reverts commit 5c035055f3f7e5f653dd83c93e3c136dcfbd889e.

file_server/file_server.c

index 8270fa4ddb925858ba11aad5a6867536bd51a9ac..1b6a01b0b565d94e334f4d8e665bbbd3c07a4691 100644 (file)
@@ -63,17 +63,12 @@ static void s3fs_task_init(struct task_server *task)
 
        smbd_path = talloc_asprintf(task, "%s/smbd", dyn_SBINDIR);
        smbd_cmd[0] = smbd_path;
-       smbd_cmd[0] = "valgrind";
 
        /* the child should be able to call through nss_winbind */
        (void)winbind_on();
        /* start it as a child process */
        subreq = samba_runcmd_send(task, task->event_ctx, timeval_zero(), 1, 0,
                                smbd_cmd,
-                               "--num-callers=80",
-                               "--trace-children=yes",
-                               "--log-file=vgs.log",
-                               smbd_path,//smbd_cmd,
                                "-D",
                                "--option=server role check:inhibit=yes",
                                "--foreground",