From: William A. Rowe Jr <wrowe@apache.org> Date: Sat, 7 May 2011 04:15:01 +0000 (+0000) Subject: Not possible; you don't declare a variable const and then X-Git-Tag: 2.3.12~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=737a5a1d4703376b4c8eb5b49f2f3408e60a5b97;p=apache Not possible; you don't declare a variable const and then maniuplate it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1100443 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/service.c b/server/mpm/winnt/service.c index 8c7d57f2bd..0c5f1d8fc4 100644 --- a/server/mpm/winnt/service.c +++ b/server/mpm/winnt/service.c @@ -750,7 +750,7 @@ apr_status_t mpm_service_start(apr_pool_t *ptemp, int argc, const char * const * argv) { apr_status_t rv; - const CHAR **start_argv; + CHAR **start_argv; SC_HANDLE schService; SC_HANDLE schSCManager;