From e322420dc772859691336060bcb6cd20791c86ba Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 8 Jul 2013 12:35:46 +0200 Subject: rpc_cli: Remove some unnecessary initializations tevent_req_create already initializes "state" to 0 Signed-off-by: Volker Lendecke Reviewed-by: David Disseldorp Autobuild-User(master): David Disseldorp Autobuild-Date(master): Mon Jul 8 17:04:20 CEST 2013 on sn-devel-104 --- source3/rpc_client/cli_pipe.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/rpc_client/cli_pipe.c') diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 2e978efb8d..497df245bb 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -725,9 +725,6 @@ static struct tevent_req *rpc_api_pipe_send(TALLOC_CTX *mem_ctx, state->ev = ev; state->cli = cli; state->expected_pkt_type = expected_pkt_type; - state->incoming_frag = data_blob_null; - state->reply_pdu = data_blob_null; - state->reply_pdu_offset = 0; state->endianess = DCERPC_DREP_LE; /* -- cgit