s3-rpcclient; Really fix compile warning.
authorKai Blin <kai@samba.org>
Sun, 23 Nov 2008 22:54:27 +0000 (23:54 +0100)
committerKai Blin <kai@samba.org>
Sun, 23 Nov 2008 22:54:27 +0000 (23:54 +0100)
Screwed up in 526c609d, now the real fix.

source3/rpc_client/init_netlogon.c

index b2ad1a5bcb53f759c0142c50f220f03a2d902d7c..6f7a541f72a1dbb70207a62a1262e14d38b66c9d 100644 (file)
@@ -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;
        }