summaryrefslogtreecommitdiff
path: root/lib/util
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2017-09-29 13:07:26 +0200
committerRalph Boehme <slow@samba.org>2017-09-30 08:01:25 +0200
commit94a8331e5425b735f9e2c0121afc2fb108bec891 (patch)
tree3abf1cc3054a2120a62825b20196d69b90512765 /lib/util
parent4aaf072d1fd732abf2cbea135d508260cdafa4eb (diff)
downloadsamba-94a8331e5425b735f9e2c0121afc2fb108bec891.tar.gz
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>
Diffstat (limited to 'lib/util')
-rw-r--r--lib/util/util_runcmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/util/util_runcmd.c b/lib/util/util_runcmd.c
index 9c6cb307a8e..b2f0d9fbc45 100644
--- a/lib/util/util_runcmd.c
+++ b/lib/util/util_runcmd.c
@@ -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]);