From: Kurt Zeilenga Date: Thu, 11 May 2000 16:06:41 +0000 (+0000) Subject: Fix unbalanced #endif X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~3005 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cdb709fd2755a9fcf5823fca08deb69c7177d1e5;p=openldap Fix unbalanced #endif --- diff --git a/libraries/liblutil/passwd.c b/libraries/liblutil/passwd.c index ce910e5d87..544a007501 100644 --- a/libraries/liblutil/passwd.c +++ b/libraries/liblutil/passwd.c @@ -165,7 +165,6 @@ static const struct pw_scheme pw_schemes[] = #ifdef SLAPD_CRYPT { {sizeof("{CRYPT}")-1, "{CRYPT}"}, chk_crypt, hash_crypt }, -#endif # if defined( HAVE_GETPWNAM ) && defined( HAVE_PW_PASSWD ) { {sizeof("{UNIX}")-1, "{UNIX}"}, chk_unix, NULL }, # endif