svn commit: samba r18365 - in branches/SAMBA_4_0/source/rpc_server: .

abartlet at samba.org abartlet at samba.org
Mon Sep 11 06:49:25 GMT 2006


Author: abartlet
Date: 2006-09-11 06:49:24 +0000 (Mon, 11 Sep 2006)
New Revision: 18365

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

Log:
When adding a new structure member, always remember to fragment it.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/rpc_server/dcerpc_server.c


Changeset:
Modified: branches/SAMBA_4_0/source/rpc_server/dcerpc_server.c
===================================================================
--- branches/SAMBA_4_0/source/rpc_server/dcerpc_server.c	2006-09-11 06:29:58 UTC (rev 18364)
+++ branches/SAMBA_4_0/source/rpc_server/dcerpc_server.c	2006-09-11 06:49:24 UTC (rev 18365)
@@ -313,6 +313,7 @@
 	p->endpoint = ep;
 	p->contexts = NULL;
 	p->call_list = NULL;
+	p->incoming_fragmented_call_list = NULL;
 	p->pending_call_list = NULL;
 	p->cli_max_recv_frag = 0;
 	p->partial_input = data_blob(NULL, 0);



More information about the samba-cvs mailing list