diff options
-rw-r--r-- | source3/utils/smbcontrol.c | 4 |
1 files changed, 0 insertions, 4 deletions
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; |