git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86eb3e0
)
smbd children should also register for POOL_USAGE
author
Martin Pool
<mbp@samba.org>
Thu, 3 Jan 2002 05:41:13 +0000
(
05:41
+0000)
committer
Martin Pool
<mbp@samba.org>
Thu, 3 Jan 2002 05:41:13 +0000
(
05:41
+0000)
(This used to be commit
b46d874f4736493bdc4244ec6cdf95e77347e7d5
)
source3/smbd/process.c
patch
|
blob
|
history
diff --git
a/source3/smbd/process.c
b/source3/smbd/process.c
index 111da3bceff3f512805ff02ce49b04835f60d2c8..d8d644338daccc3607513e1e24679387bd3728dc 100644
(file)
--- a/
source3/smbd/process.c
+++ b/
source3/smbd/process.c
@@
-1230,6
+1230,7
@@
void smbd_process(void)
/* register our message handlers */
message_register(MSG_SMB_FORCE_TDIS, msg_force_tdis);
+ register_msg_pool_usage();
while (True) {
int deadtime = lp_deadtime()*60;