1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

lib/util/run_cmd: remove a printf

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13062

Pair-programmed-with: Stefan Metzmacher <metze@samba.org>

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Ralph Boehme 2017-09-29 13:07:26 +02:00
parent 4aaf072d1f
commit 94a8331e54

View File

@ -110,7 +110,6 @@ struct tevent_req *samba_runcmd_send(TALLOC_CTX *mem_ctx,
state->tfork = tfork_create();
if (state->tfork == NULL) {
printf("state->tfork == NULL\n");
close(p1[0]);
close(p1[1]);
close(p2[0]);