From f60f2d5048fe3393cefcebac0661b8002d13344d Mon Sep 17 00:00:00 2001 From: Jong Hyuk Choi Date: Tue, 8 Jun 2004 02:52:59 +0000 Subject: [PATCH] Fix typo --- servers/slapd/back-ldap/bind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/back-ldap/bind.c b/servers/slapd/back-ldap/bind.c index f5f23e1c79..34029c0ed1 100644 --- a/servers/slapd/back-ldap/bind.c +++ b/servers/slapd/back-ldap/bind.c @@ -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: -- 2.39.5