mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
Fix Debug() format in previous change
This commit is contained in:
parent
e9c2a7dcb3
commit
f763967c48
@ -362,7 +362,7 @@ done2:;
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
for ( i = 0; !BER_BVISNULL( &set[ i ] ); i++ ) {
|
for ( i = 0; !BER_BVISNULL( &set[ i ] ); i++ ) {
|
||||||
Debug( LDAP_DEBUG_ACL, " ACL set[%d]=%s\n", i, set[i].bv_val, 0 );
|
Debug( LDAP_DEBUG_ACL, " ACL set[%ld]=%s\n", i, set[i].bv_val, 0 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user