summaryrefslogtreecommitdiffstats
path: root/source/smbd
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-01-09 08:27:15 +0000
committerMartin Pool <mbp@samba.org>2002-01-09 08:27:15 +0000
commitbcb443c5c4bf97fe6b5b0993e42496c2e64f0124 (patch)
tree38dae5256adfce403807a807517ed9e36791d9ce /source/smbd
parent5f6feb55d7e7566549141ebb1786b6f2f9f2645b (diff)
downloadsamba-bcb443c5c4bf97fe6b5b0993e42496c2e64f0124.tar.gz
samba-bcb443c5c4bf97fe6b5b0993e42496c2e64f0124.tar.xz
samba-bcb443c5c4bf97fe6b5b0993e42496c2e64f0124.zip
Add two more memory-debug smbcontrol messages: these ones should
prompt dmalloc to log information about what happening, so you can see in flight why smbd is getting bloated.
Diffstat (limited to 'source/smbd')
-rw-r--r--source/smbd/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/smbd/server.c b/source/smbd/server.c
index b523659dbf5..2f831cdd97a 100644
--- a/source/smbd/server.c
+++ b/source/smbd/server.c
@@ -809,6 +809,7 @@ static void usage(char *pname)
exit(1);
}
register_msg_pool_usage();
+ register_dmalloc_msgs();
/* Setup the main smbd so that we can get messages. */
claim_connection(NULL,"",MAXSTATUS,True);