]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:winbind: Change '%u' to '%PRIu32' for uint32_t in winbindd_getgrnam.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_getgrnam.c

index bdb8aba0009aadf880da1b449b4367de46286ce8..20ac70c9b7131b88a3b06bfa29ab8bf3a2eb5e3c 100644 (file)
@@ -199,7 +199,7 @@ NTSTATUS winbindd_getgrnam_recv(struct tevent_req *req,
        response->length += talloc_get_size(response->extra_data.data);
 
        D_NOTICE("Winbind external command GETGRNAM end.\n"
-                "Returning %u memmber(s).\n",
+                "Returning %"PRIu32" memmber(s).\n",
                 response->data.gr.num_gr_mem);
 
        return NT_STATUS_OK;