mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
cleanup
This commit is contained in:
parent
04b41bd6a4
commit
a3167cc8a2
@ -394,13 +394,13 @@ novals:;
|
||||
#endif
|
||||
|
||||
if ( ndns == 0 ) {
|
||||
tester_error( "No RDNs" );
|
||||
tester_error( "No DNs" );
|
||||
return 1;
|
||||
}
|
||||
|
||||
fprintf( stderr, " PID=%ld - got %d values.\n", (long) pid, ndns );
|
||||
|
||||
/* Ok, got list of RDNs, now start binding to each */
|
||||
/* Ok, got list of DNs, now start binding to each */
|
||||
for ( i = 0; i < maxloop; i++ ) {
|
||||
int j, k;
|
||||
struct berval *cred = pass;
|
||||
|
Loading…
Reference in New Issue
Block a user