From: Brian Havard Date: Wed, 7 Feb 2001 00:27:25 +0000 (+0000) Subject: No longer need to set ap_restart_time here as it's done in X-Git-Tag: APACHE_2_0_2001_02_09~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa42c01666e363ba8c5944fa57788f181b990443;p=apache No longer need to set ap_restart_time here as it's done in ap_create_scoreboard(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88003 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/spmt_os2/spmt_os2.c b/server/mpm/spmt_os2/spmt_os2.c index 4e58e8fdc1..469e8e169b 100644 --- a/server/mpm/spmt_os2/spmt_os2.c +++ b/server/mpm/spmt_os2/spmt_os2.c @@ -1243,10 +1243,6 @@ int ap_mpm_run(apr_pool_t *_pconf, apr_pool_t *plog, server_rec *s) "SIGHUP received. Attempting to restart"); } - if (!is_graceful) { - ap_restart_time = apr_now(); - } - return 0; }