1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

epmapper: Fix printf specifiers

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Volker Lendecke 2019-09-27 17:20:26 -07:00 committed by Ralph Boehme
parent e3e5894b85
commit 86672659c6

View File

@ -378,8 +378,8 @@ error_status_t _epm_Insert(struct pipes_struct *p,
return EPMAPPER_STATUS_NO_MEMORY;
}
DEBUG(3, ("_epm_Insert: Trying to add %u new entries.\n",
r->in.num_ents));
DBG_NOTICE("Trying to add %"PRIu32" new entries.\n",
r->in.num_ents);
for (i = 0; i < r->in.num_ents; i++) {
enum dcerpc_transport_t transport;