From e0bb6d6f8909200075ced272cedc07a6adbb54dd Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 17 Aug 2001 17:06:44 +0000 Subject: [PATCH] (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 --- server/mpm/winnt/mpm_winnt.c | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.40.0