Skip to content
Snippets Groups Projects
Commit 9e5490c9 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

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
parent db2a4ee4
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment