mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
blind fix (tnx Howard); I'll check it later
This commit is contained in:
parent
354372987f
commit
8be57d80ba
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue