From: William A. Rowe Jr Date: Fri, 17 Aug 2001 17:06:44 +0000 (+0000) Subject: (No Error) didn't make much sense - fixes the error report for no X-Git-Tag: 2.0.24~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0bb6d6f8909200075ced272cedc07a6adbb54dd;p=apache (No Error) didn't make much sense - fixes the error report for no default service installed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90288 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index b077505702..d162488cd2 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -1767,8 +1767,6 @@ void winnt_rewrite_args(process_rec *process) if (service_set == SERVICE_UNSET && strcasecmp(signal_arg, "run")) { service_set = mpm_service_set_name(process->pool, &service_name, AP_DEFAULT_SERVICE_NAME); - if (APR_STATUS_IS_ENOENT(service_set)) - service_set = SERVICE_UNSET; } if (!strcasecmp(signal_arg, "install")) /* -k install */