From 54b621658bd23865999f0376fc0436384789df18 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Tue, 7 Feb 2006 19:11:51 +0000 Subject: [PATCH] refine previous commits --- tests/progs/slapd-bind.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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