s3:winbind: Change '%u' to '%PRIu32' for uint32_t in winbindd_xids_to_sids.c
authorPavel Filipenský <pfilipensky@samba.org>
Mon, 18 Jul 2022 13:28:11 +0000 (15:28 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 21 Jul 2022 13:47:31 +0000 (13:47 +0000)
Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/winbindd/winbindd_xids_to_sids.c

index 5d97d0231f5ccf9409c080ad4d7a2bd32899be20..3420377c167d80b217681f8f49aead38d5b2e67e 100644 (file)
@@ -126,7 +126,7 @@ NTSTATUS winbindd_xids_to_sids_recv(struct tevent_req *req,
                        str = sid_buf.buf;
                }
 
-               D_NOTICE("%u: XID %u mapped to SID %s.\n",
+               D_NOTICE("%"PRIu32": XID %"PRIu32" mapped to SID %s.\n",
                         i, state->xids[i].id, str);
                result = talloc_asprintf_append_buffer(
                        result, "%s\n", str);