summaryrefslogtreecommitdiff
path: root/source3/lib/server_contexts.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/server_contexts.c')
-rw-r--r--source3/lib/server_contexts.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/lib/server_contexts.c b/source3/lib/server_contexts.c
index 5e48b7986d..f8fe9dceac 100644
--- a/source3/lib/server_contexts.c
+++ b/source3/lib/server_contexts.c
@@ -57,9 +57,6 @@ struct messaging_context *server_messaging_context(void)
procid_self(),
server_event_context());
}
- if (server_msg_ctx == NULL) {
- DEBUG(0, ("Could not init server's messaging context.\n"));
- }
return server_msg_ctx;
}