From: Pierangelo Masarati Date: Fri, 9 Jun 2006 23:13:08 +0000 (+0000) Subject: cleanup X-Git-Tag: OPENLDAP_REL_ENG_2_4_3ALPHA~9^2~160 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a3167cc8a22bc6f1f1516853d2f969f16243e856;p=openldap cleanup --- diff --git a/tests/progs/slapd-bind.c b/tests/progs/slapd-bind.c index 7bc02baae6..7f4b601da7 100644 --- a/tests/progs/slapd-bind.c +++ b/tests/progs/slapd-bind.c @@ -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;