s3:winbind: Change '%u' to '%PRIu32' for uint32_t in winbindd_getgrgid.c
authorPavel Filipenský <pfilipensky@samba.org>
Mon, 18 Jul 2022 13:28:10 +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_getgrgid.c

index a4a6a0d6eb7a4535943ef18fe5e6706b349edaca..4edd81b004c71394e8f6f02fca608c8a63d0fd53 100644 (file)
@@ -149,7 +149,7 @@ NTSTATUS winbindd_getgrgid_recv(struct tevent_req *req,
        response->length += talloc_get_size(response->extra_data.data);
 
        D_NOTICE("Winbind external command GETGRGID end.\n"
-                "Returning %u group member(s).\n",
+                "Returning %"PRIu32" group member(s).\n",
                 response->data.gr.num_gr_mem);
 
        return NT_STATUS_OK;