summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/globals.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/globals.c b/source3/smbd/globals.c
index ca978844fc..b1a0d7eb19 100644
--- a/source3/smbd/globals.c
+++ b/source3/smbd/globals.c
@@ -121,6 +121,7 @@ struct messaging_context *smbd_messaging_context(void)
return msg_ctx;
}
smb_panic("Could not init smbd's messaging context.\n");
+ return NULL;
}
struct memcache *smbd_memcache(void)