From 8be57d80ba5ae960b79a477aef4678e015a8fa59 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 8 Apr 2004 11:44:57 +0000 Subject: [PATCH] blind fix (tnx Howard); I'll check it later --- servers/slapd/back-sql/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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( -- 2.39.5