mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix unbalanced #endif
This commit is contained in:
parent
47a6da5c89
commit
cdb709fd27
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue