From 7649b460d27911b0306eb9c2b64d3440b90e0e51 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 19 Sep 2007 19:01:20 +0000 Subject: r25239: fix cut-n-paste bug in code with LIBUNWIND support metze (This used to be commit ff94d055760b16786d1a998e251d487fb886a64c) --- source3/utils/smbcontrol.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/utils/smbcontrol.c') diff --git a/source3/utils/smbcontrol.c b/source3/utils/smbcontrol.c index a2c65e916c..79ab69918f 100644 --- a/source3/utils/smbcontrol.c +++ b/source3/utils/smbcontrol.c @@ -271,10 +271,6 @@ static BOOL do_daemon_stack_trace(struct messaging_context *msg_ctx, const struct server_id pid, const int argc, const char **argv) { - fprintf(stderr, - "Daemon stack tracing is not supported on this platform\n"); - return False; - pid_t dest; int count = 0; -- cgit