1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

audit_log: Align integer types

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
This commit is contained in:
Volker Lendecke 2019-12-01 16:10:18 +01:00 committed by David Disseldorp
parent 605bb4e907
commit f53c8fbd7f

View File

@ -109,7 +109,7 @@ struct audit_private {
*/
static bool has_password_changed(const struct ldb_message *message)
{
int i;
unsigned int i;
if (message == NULL) {
return false;
}