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