summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/server.c')
-rw-r--r--source3/smbd/server.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index 8f6d9a38ac..7e55d3c086 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -701,7 +701,6 @@ static void exit_server_common(enum server_exit_reason how,
if (how != SERVER_EXIT_NORMAL) {
int oldlevel = DEBUGLEVEL;
- char *last_inbuf = get_InBuffer();
DEBUGLEVEL = 10;
@@ -711,10 +710,6 @@ static void exit_server_common(enum server_exit_reason how,
DEBUGSEP(0);
log_stack_trace();
- if (last_inbuf) {
- DEBUG(0,("Last message was %s\n", LAST_MESSAGE()));
- show_msg(last_inbuf);
- }
DEBUGLEVEL = oldlevel;
dump_core();