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:
parent
605bb4e907
commit
f53c8fbd7f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user