From 47bbbcf6ef2be92438d89eddd32014ced511a296 Mon Sep 17 00:00:00 2001 From: stroeder Date: Sun, 12 Nov 2017 13:44:49 +0000 Subject: [PATCH] removed schema.h and LDAPinit_schema --- Modules/ldapmodule.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/ldapmodule.c b/Modules/ldapmodule.c index 7d8ed2f..25ea3fe 100644 --- a/Modules/ldapmodule.c +++ b/Modules/ldapmodule.c @@ -39,7 +39,6 @@ init_ldap() LDAPinit_constants(d); LDAPinit_errors(d); LDAPinit_functions(d); - LDAPinit_schema(d); LDAPinit_control(d); /* Check for errors */