diff options
author | Volker Lendecke <vl@samba.org> | 2013-07-08 12:35:46 +0200 |
---|---|---|
committer | David Disseldorp <ddiss@samba.org> | 2013-07-08 17:04:19 +0200 |
commit | e322420dc772859691336060bcb6cd20791c86ba (patch) | |
tree | 9f1127481c32bf621d0bbf3e7b99161edef73d3a /source3 | |
parent | f87dcdcf559acf48a095dc6b2614a65984904b0c (diff) | |
download | samba-e322420dc772859691336060bcb6cd20791c86ba.tar.gz samba-e322420dc772859691336060bcb6cd20791c86ba.tar.bz2 samba-e322420dc772859691336060bcb6cd20791c86ba.zip |
rpc_cli: Remove some unnecessary initializations
tevent_req_create already initializes "state" to 0
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Autobuild-User(master): David Disseldorp <ddiss@samba.org>
Autobuild-Date(master): Mon Jul 8 17:04:20 CEST 2013 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; /* |