This commit is contained in:
Pierangelo Masarati 2006-06-09 23:13:08 +00:00
parent 04b41bd6a4
commit a3167cc8a2

View file

@ -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;