diff options
author | Kai Blin <kai@samba.org> | 2008-11-23 23:54:27 +0100 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-11-23 23:54:27 +0100 |
commit | a36415a5651c598e1dd28e163995e266dad51130 (patch) | |
tree | dcda91048b052b28dd94e8d019fe3849fd05aa1c /source3/rpc_client | |
parent | b416135f6b00ea23ba8ded9d425ed7226980b36d (diff) | |
download | samba-a36415a5651c598e1dd28e163995e266dad51130.tar.gz samba-a36415a5651c598e1dd28e163995e266dad51130.tar.bz2 samba-a36415a5651c598e1dd28e163995e266dad51130.zip |
s3-rpcclient; Really fix compile warning.
Screwed up in 526c609d, now the real fix.
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/init_netlogon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/init_netlogon.c b/source3/rpc_client/init_netlogon.c index b2ad1a5bcb..6f7a541f72 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; } |