From: Jeff Trawick Date: Tue, 17 Feb 2009 13:59:30 +0000 (+0000) Subject: fix the name of this module in an error log message X-Git-Tag: 2.3.2~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ba05cdabbe212df7a6b060a2c0ef46c09fbe29a;p=apache 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 --- 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; }