]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorJong Hyuk Choi <jongchoi@openldap.org>
Tue, 8 Jun 2004 02:52:59 +0000 (02:52 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Tue, 8 Jun 2004 02:52:59 +0000 (02:52 +0000)
servers/slapd/back-ldap/bind.c

index f5f23e1c793db584f848f9d9800799d38ee580fc..34029c0ed16ad0f9180cd10848efafded5724917 100644 (file)
@@ -511,8 +511,8 @@ ldap_back_dobind( struct ldapconn *lc, Operation *op, SlapReply *rs )
                                        lc->bound = 1;
                                }
                                goto done;
-                       }
 #endif /* HAVE_CYRUS_SASL */
+                       }
 
                        switch ( li->idassert_authmethod ) {
                        case LDAP_AUTH_SIMPLE: