From: Martin Pool Date: Thu, 3 Jan 2002 05:57:41 +0000 (+0000) Subject: Fix talloc msg registration X-Git-Tag: samba-4.0.0alpha6~801^2~16182 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=f55c47b1ff9b9b53a53de320a6f7ddc181292b27 Fix talloc msg registration (This used to be commit 9a473ecf96fca35d146756c0c313b156aba8d9d9) --- diff --git a/source3/smbd/process.c b/source3/smbd/process.c index d8d644338da..af081d5059a 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -1230,7 +1230,7 @@ void smbd_process(void) /* register our message handlers */ message_register(MSG_SMB_FORCE_TDIS, msg_force_tdis); - register_msg_pool_usage(); + talloc_init_named("dummy!"); while (True) { int deadtime = lp_deadtime()*60;