summaryrefslogtreecommitdiffstats
path: root/modules/ldap/util_ldap.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-05 09:59:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-05 09:59:48 +0000
commit53ff966932ecf1aff29a072025fabbfc0c5bed54 (patch)
treef7d497a34d66ac0351363862cff1fd1287bbd282 /modules/ldap/util_ldap.c
parentReleasing progress-linux version 2.4.60-1~progress7.99u1. (diff)
downloadapache2-53ff966932ecf1aff29a072025fabbfc0c5bed54.tar.xz
apache2-53ff966932ecf1aff29a072025fabbfc0c5bed54.zip
Merging upstream version 2.4.61.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'modules/ldap/util_ldap.c')
-rw-r--r--modules/ldap/util_ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ldap/util_ldap.c b/modules/ldap/util_ldap.c
index aa0bad1..8c9e587 100644
--- a/modules/ldap/util_ldap.c
+++ b/modules/ldap/util_ldap.c
@@ -171,7 +171,7 @@ static int util_ldap_handler(request_rec *r)
st = (util_ldap_state_t *) ap_get_module_config(r->server->module_config,
&ldap_module);
- ap_set_content_type(r, "text/html; charset=ISO-8859-1");
+ ap_set_content_type_ex(r, "text/html; charset=ISO-8859-1", 1);
if (r->header_only)
return OK;