r23059: reject_free needs to be initialised
authorAndrew Tridgell <tridge@samba.org>
Tue, 22 May 2007 01:02:00 +0000 (01:02 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 22 May 2007 01:02:00 +0000 (01:02 +0000)
source/lib/messaging/messaging.c

index 9b4f4b49c435d56b24ff3c282b4b779fd2bb2308..58b5e5243e472a4d35dcb2a2bffeecb965b13f78 100644 (file)
@@ -825,6 +825,7 @@ struct irpc_request *irpc_call_send(struct messaging_context *msg_ctx,
        irpc->done     = False;
        irpc->async.fn = NULL;
        irpc->mem_ctx  = ctx;
+       irpc->reject_free = False;
 
        talloc_set_destructor(irpc, irpc_destructor);