From cf664b73a4682a09a8e03b69e65aa5f7b18ff13d Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 8 Jul 2010 19:17:13 -0400 Subject: s3-dcerpc: Use dcerpc_set_frag_length() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automatically calculate the fragment length where possible. Signed-off-by: Günther Deschner --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 5ba1bff08b..e9ff4b2f8d 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4842,7 +4842,6 @@ NTSTATUS rpc_api_pipe_req_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, NTSTATUS dcerpc_push_ncacn_packet(TALLOC_CTX *mem_ctx, enum dcerpc_pkt_type ptype, uint8_t pfc_flags, - uint16_t frag_length, uint16_t auth_length, uint32_t call_id, union dcerpc_payload u, -- cgit