The branch, v3-2-test has been updated
       via  2a5ae59f77c05c41c97747dee9bc8c196dfe6b89 (commit)
      from  29b39723b82f363d32dc4678d6b71a78485c65ce (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 2a5ae59f77c05c41c97747dee9bc8c196dfe6b89
Author: Günther Deschner <[EMAIL PROTECTED]>
Date:   Wed Aug 20 20:24:45 2008 +0200

    fix another build warning.
    
    Guenther
    (cherry picked from commit 43693ce6c678b961fa516bbf502af92f87cd5346)

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

Summary of changes:
 source/rpc_client/cli_pipe.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/rpc_client/cli_pipe.c b/source/rpc_client/cli_pipe.c
index 425eb26..35256d7 100644
--- a/source/rpc_client/cli_pipe.c
+++ b/source/rpc_client/cli_pipe.c
@@ -823,8 +823,8 @@ static NTSTATUS rpc_api_pipe(struct rpc_pipe_client *cli,
 
        while(1) {
                RPC_HDR rhdr;
-               char *ret_data;
-               uint32 ret_data_len;
+               char *ret_data = NULL;
+               uint32 ret_data_len = 0;
 
                /* Ensure we have enough data for a pdu. */
                ret = cli_pipe_get_current_pdu(cli, &rhdr, &current_pdu);


-- 
Samba Shared Repository

Reply via email to