The branch, master has been updated
       via  3925411... s3: Really fix the 64-bit warnings
      from  32fd6e3... s3: Fix some 64-bit warnings

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


- Log -----------------------------------------------------------------
commit 3925411de4067cc1c203b27cfb082bc693a13def
Author: Volker Lendecke <[email protected]>
Date:   Sat Jul 17 20:20:14 2010 +0200

    s3: Really fix the 64-bit warnings
    
    Hmm. Forgot to git commit this piece, sorry :-(

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

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


Changeset truncated at 500 lines:

diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c
index 9a1aba7..c5f8930 100644
--- a/source3/rpc_client/cli_pipe.c
+++ b/source3/rpc_client/cli_pipe.c
@@ -978,7 +978,7 @@ static NTSTATUS cli_pipe_validate_current_pdu(TALLOC_CTX 
*mem_ctx,
                DEBUG(10, ("Got pdu len %lu, data_len %lu, ss_len %u\n",
                           (long unsigned int)pdu->length,
                           (long unsigned int)rdata->length,
-                          (long unsigned int)ss_padding_len));
+                          (unsigned int)ss_padding_len));
 
                /*
                 * If this is the first reply, and the allocation hint is


-- 
Samba Shared Repository

Reply via email to