mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
cleanup
This commit is contained in:
parent
04b41bd6a4
commit
a3167cc8a2
1 changed files with 2 additions and 2 deletions
|
|
@ -394,13 +394,13 @@ novals:;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if ( ndns == 0 ) {
|
if ( ndns == 0 ) {
|
||||||
tester_error( "No RDNs" );
|
tester_error( "No DNs" );
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf( stderr, " PID=%ld - got %d values.\n", (long) pid, ndns );
|
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++ ) {
|
for ( i = 0; i < maxloop; i++ ) {
|
||||||
int j, k;
|
int j, k;
|
||||||
struct berval *cred = pass;
|
struct berval *cred = pass;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue