From: Jeff Trawick Date: Mon, 11 Apr 2011 13:56:17 +0000 (+0000) Subject: match expected type of arg to StartService() X-Git-Tag: 2.3.12~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd456ceef9af599d2525cc75518fcc27136eb1c2;p=thirdparty%2Fapache%2Fhttpd.git match expected type of arg to StartService() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1091076 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/service.c b/server/mpm/winnt/service.c index 5a246c445dc..8c7d57f2bd2 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; - char **start_argv; + const CHAR **start_argv; SC_HANDLE schService; SC_HANDLE schSCManager;