From 4ba05cdabbe212df7a6b060a2c0ef46c09fbe29a Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 17 Feb 2009 13:59:30 +0000 Subject: [PATCH] fix the name of this module in an error log message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@745073 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/mod_authnz_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aaa/mod_authnz_ldap.c b/modules/aaa/mod_authnz_ldap.c index 0de7c5c6cd..8097b3c2be 100644 --- a/modules/aaa/mod_authnz_ldap.c +++ b/modules/aaa/mod_authnz_ldap.c @@ -1505,7 +1505,7 @@ static int authnz_ldap_post_config(apr_pool_t *p, apr_pool_t *plog, apr_pool_t * if (ap_find_linked_module("util_ldap.c") == NULL) { ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, "Module mod_ldap missing. Mod_ldap (aka. util_ldap) " - "must be loaded in order for mod_auth_ldap to function properly"); + "must be loaded in order for mod_authnz_ldap to function properly"); return HTTP_INTERNAL_SERVER_ERROR; } -- 2.40.0