svn commit: samba r9926 - in branches/tmp/RPCREWRITE/source/rpc_client: .

jra at samba.org jra at samba.org
Thu Sep 1 23:13:18 GMT 2005


Author: jra
Date: 2005-09-01 23:13:18 +0000 (Thu, 01 Sep 2005)
New Revision: 9926

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

Log:
50,000 byte pipe echo now works (non-auth). Ok, now to fix the
auth types and sign/seal.
Jeremy.

Modified:
   branches/tmp/RPCREWRITE/source/rpc_client/cli_pipe.c


Changeset:
Modified: branches/tmp/RPCREWRITE/source/rpc_client/cli_pipe.c
===================================================================
--- branches/tmp/RPCREWRITE/source/rpc_client/cli_pipe.c	2005-09-01 23:06:20 UTC (rev 9925)
+++ branches/tmp/RPCREWRITE/source/rpc_client/cli_pipe.c	2005-09-01 23:13:18 UTC (rev 9926)
@@ -667,6 +667,8 @@
 	if (current_pdu_len == (uint32)prhdr->frag_len) {
 		prs_mem_free(current_pdu);
 		prs_init(current_pdu, 0, prs_get_mem_context(current_pdu), UNMARSHALL);
+		/* Make current_pdu dynamic with no memory. */
+		prs_give_memory(current_pdu, 0, 0, True);
 		return NT_STATUS_OK;
 	}
 



More information about the samba-cvs mailing list