[SCM] Samba Shared Repository - branch master updated

David Disseldorp ddiss at samba.org
Mon Jul 8 09:05:02 MDT 2013


The branch, master has been updated
       via  e322420 rpc_cli: Remove some unnecessary initializations
      from  f87dcdc docs: Fix typo.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e322420dc772859691336060bcb6cd20791c86ba
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Jul 8 12:35:46 2013 +0200

    rpc_cli: Remove some unnecessary initializations
    
    tevent_req_create already initializes "state" to 0
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: David Disseldorp <ddiss at samba.org>
    
    Autobuild-User(master): David Disseldorp <ddiss at samba.org>
    Autobuild-Date(master): Mon Jul  8 17:04:20 CEST 2013 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/rpc_client/cli_pipe.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c
index 2e978ef..497df24 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;
 
 	/*


-- 
Samba Shared Repository


More information about the samba-cvs mailing list