Fix Debug() format in previous change

This commit is contained in:
Hallvard Furuseth 2008-01-07 20:13:01 +00:00
parent e9c2a7dcb3
commit f763967c48

View File

@ -362,7 +362,7 @@ done2:;
} else {
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 );
}
}
}