From: Pierangelo Masarati Date: Thu, 8 Apr 2004 11:44:57 +0000 (+0000) Subject: blind fix (tnx Howard); I'll check it later X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~79 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8be57d80ba5ae960b79a477aef4678e015a8fa59;p=openldap blind fix (tnx Howard); I'll check it later --- diff --git a/servers/slapd/back-sql/init.c b/servers/slapd/back-sql/init.c index 663f3225f9..30c2f860df 100644 --- a/servers/slapd/back-sql/init.c +++ b/servers/slapd/back-sql/init.c @@ -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(