mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
blind fix (tnx Howard); I'll check it later
This commit is contained in:
parent
354372987f
commit
8be57d80ba
@ -29,7 +29,7 @@
|
||||
#include "ldap_pvt.h"
|
||||
#include "proto-sql.h"
|
||||
|
||||
#if defined(SLAPD_SQL_DYNAMIC)
|
||||
#if SLAPD_SQL == SLAPD_MOD_DYNAMIC
|
||||
|
||||
int
|
||||
init_module(
|
||||
@ -46,7 +46,7 @@ init_module(
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif /* SLAPD_SQL_DYNAMIC */
|
||||
#endif /* SLAPD_SQL == SLAPD_MOD_DYNAMIC*/
|
||||
|
||||
int
|
||||
sql_back_initialize(
|
||||
|
Loading…
Reference in New Issue
Block a user