]> git.sur5r.net Git - openldap/commitdiff
cleanup
authorPierangelo Masarati <ando@openldap.org>
Fri, 9 Jun 2006 23:13:08 +0000 (23:13 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 9 Jun 2006 23:13:08 +0000 (23:13 +0000)
tests/progs/slapd-bind.c

index 7bc02baae681ac15a08a4d7f603dfcfe8e067b50..7f4b601da7d9effa0970c2d9597b2de8929d0595 100644 (file)
@@ -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;