From 1e8fe32f805f05e3297d3ac99c129f782e50703b Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Thu, 3 Oct 2002 15:42:05 +0000 Subject: [PATCH] Fixed the import and export lists between authldap and utilldap git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97083 13f79535-47bb-0310-9956-ffa450edef68 --- modules/experimental/NWGNUauthldap | 1 + modules/experimental/NWGNUutilldap | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/experimental/NWGNUauthldap b/modules/experimental/NWGNUauthldap index cb55499b1f..0c13a9c7f3 100644 --- a/modules/experimental/NWGNUauthldap +++ b/modules/experimental/NWGNUauthldap @@ -209,6 +209,7 @@ FILE_nlm_copyright = FILES_nlm_Ximports = \ util_ldap_connection_find \ util_ldap_connection_close \ + util_ldap_connection_destroy \ util_ldap_cache_checkuserid \ util_ldap_cache_compare \ util_ldap_cache_comparedn \ diff --git a/modules/experimental/NWGNUutilldap b/modules/experimental/NWGNUutilldap index 137c586921..eb84d7ed09 100644 --- a/modules/experimental/NWGNUutilldap +++ b/modules/experimental/NWGNUutilldap @@ -222,6 +222,7 @@ FILES_nlm_exports = \ ldap_module \ util_ldap_connection_find \ util_ldap_connection_close \ + util_ldap_connection_destroy \ util_ldap_cache_checkuserid \ util_ldap_cache_compare \ util_ldap_cache_comparedn \ -- 2.50.1