Author: tridge
Date: 2007-05-22 01:02:00 +0000 (Tue, 22 May 2007)
New Revision: 23059

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23059

Log:

reject_free needs to be initialised

Modified:
   branches/SAMBA_4_0/source/lib/messaging/messaging.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/messaging/messaging.c
===================================================================
--- branches/SAMBA_4_0/source/lib/messaging/messaging.c 2007-05-22 00:43:10 UTC 
(rev 23058)
+++ branches/SAMBA_4_0/source/lib/messaging/messaging.c 2007-05-22 01:02:00 UTC 
(rev 23059)
@@ -825,6 +825,7 @@
        irpc->done     = False;
        irpc->async.fn = NULL;
        irpc->mem_ctx  = ctx;
+       irpc->reject_free = False;
 
        talloc_set_destructor(irpc, irpc_destructor);
 

Reply via email to