]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Unsure why win32 never noticed this, but the value returned is a const char*
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 10 Mar 2006 08:58:56 +0000 (08:58 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 10 Mar 2006 08:58:56 +0000 (08:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@384731 13f79535-47bb-0310-9956-ffa450edef68

modules/arch/win32/mod_isapi.c

index bf99360e0ffc138de36083c596c8dcc103f3d8b4..0ac11d757b35c94f63dfaca0f126dcc636f71c24 100644 (file)
@@ -629,7 +629,7 @@ static apr_ssize_t send_response_header(isapi_cid *cid,
 {
     int head_present = 1;
     int termarg;
-    char *termch;
+    const char *termch;
     apr_size_t ate = 0;
 
     if (!head || headlen == 0 || !*head) {