[SCM] Samba Shared Repository - branch master updated - a36415a5651c598e1dd28e163995e266dad51130

Kai Blin kai at samba.org
Sun Nov 23 22:56:55 GMT 2008


The branch, master has been updated
       via  a36415a5651c598e1dd28e163995e266dad51130 (commit)
      from  b416135f6b00ea23ba8ded9d425ed7226980b36d (commit)

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


- Log -----------------------------------------------------------------
commit a36415a5651c598e1dd28e163995e266dad51130
Author: Kai Blin <kai at samba.org>
Date:   Sun Nov 23 23:54:27 2008 +0100

    s3-rpcclient; Really fix compile warning.
    
    Screwed up in 526c609d, now the real fix.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/rpc_client/init_netlogon.c b/source3/rpc_client/init_netlogon.c
index b2ad1a5..6f7a541 100644
--- a/source3/rpc_client/init_netlogon.c
+++ b/source3/rpc_client/init_netlogon.c
@@ -206,7 +206,7 @@ NTSTATUS serverinfo_to_SamInfo3(struct auth_serversupplied_info *server_info,
 
 	if (pipe_session_key && pipe_session_key_len != 16) {
 		DEBUG(0,("serverinfo_to_SamInfo3: invalid "
-			 "pipe_session_key_len[%d] != 16\n",
+			 "pipe_session_key_len[%zu] != 16\n",
 			 pipe_session_key_len));
 		return NT_STATUS_INTERNAL_ERROR;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list