From: Pierangelo Masarati Date: Tue, 7 Feb 2006 19:11:51 +0000 (+0000) Subject: refine previous commits X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~218 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=54b621658bd23865999f0376fc0436384789df18;p=openldap refine previous commits --- diff --git a/tests/progs/slapd-bind.c b/tests/progs/slapd-bind.c index f5b8177f0c..45ebd51dda 100644 --- a/tests/progs/slapd-bind.c +++ b/tests/progs/slapd-bind.c @@ -215,7 +215,7 @@ do_bind( char *uri, char *dn, struct berval *pass, int maxloop, int force, int n if ( ldp ) { *ldp = ld; - } else if (ld != NULL ) { + } else if ( ld != NULL ) { ldap_unbind_ext( ld, NULL, NULL ); } @@ -309,7 +309,7 @@ do_base( char *uri, struct berval *base, struct berval *pass, int maxloop, int f } /* Ok, got list of RDNs, now start binding to each */ - for (i=0; i