Skip to content
Snippets Groups Projects
Commit a3167cc8 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

cleanup

parent 04b41bd6
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment