diff options
| author | Simo Sorce <idra@samba.org> | 2010-07-08 19:17:13 -0400 | 
|---|---|---|
| committer | Günther Deschner <gd@samba.org> | 2010-07-13 14:44:09 +0200 | 
| commit | cf664b73a4682a09a8e03b69e65aa5f7b18ff13d (patch) | |
| tree | 8b125b77ab0a8ccf7c68c115768476e4870653d6 /source3/include | |
| parent | ea66d8e4a5cf44924cc59063a023b7fc158629f9 (diff) | |
| download | samba-cf664b73a4682a09a8e03b69e65aa5f7b18ff13d.tar.gz samba-cf664b73a4682a09a8e03b69e65aa5f7b18ff13d.tar.bz2 samba-cf664b73a4682a09a8e03b69e65aa5f7b18ff13d.zip  | |
s3-dcerpc: Use dcerpc_set_frag_length()
Automatically calculate the fragment length where possible.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include')
| -rw-r--r-- | source3/include/proto.h | 1 | 
1 files changed, 0 insertions, 1 deletions
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,  | 
