mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
ldb:ldbsearch tool - use "%u" for printing unsigned integers
This commit is contained in:
parent
475ea1ca59
commit
ff7dff6ef0
@ -256,7 +256,7 @@ again:
|
||||
}
|
||||
}
|
||||
|
||||
printf("# returned %d records\n# %d entries\n# %d referrals\n",
|
||||
printf("# returned %u records\n# %u entries\n# %u referrals\n",
|
||||
sctx->entries + sctx->refs, sctx->entries, sctx->refs);
|
||||
|
||||
talloc_free(sctx);
|
||||
|
Loading…
x
Reference in New Issue
Block a user