r25239: fix cut-n-paste bug in code with LIBUNWIND support
authorStefan Metzmacher <metze@samba.org>
Wed, 19 Sep 2007 19:01:20 +0000 (19:01 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:53 +0000 (12:30 -0500)
metze

source/utils/smbcontrol.c

index a2c65e916cfe37b4f4808efffe860b9701ed88ac..79ab69918ffd40677e88ed8bef29b46e58f7e6c3 100644 (file)
@@ -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;