]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Not possible; you don't declare a variable const and then
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 7 May 2011 04:15:27 +0000 (04:15 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 7 May 2011 04:15:27 +0000 (04:15 +0000)
maniuplate it.

Backports: r1100443

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100444 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/service.c

index d8f40b4806873b115eebc7f4088684394cd51c52..aa5291d260d47e4a97b9c3d4c9cbb09f424a1f58 100644 (file)
@@ -1040,7 +1040,7 @@ apr_status_t mpm_service_start(apr_pool_t *ptemp, int argc,
 
     if (osver.dwPlatformId == VER_PLATFORM_WIN32_NT)
     {
-        const CHAR **start_argv;
+        CHAR **start_argv;
         SC_HANDLE   schService;
         SC_HANDLE   schSCManager;