]> granicus.if.org Git - apache/commitdiff
So server-status displays "Server uptime" correctly
authorBill Stoddard <stoddard@apache.org>
Sat, 3 Feb 2001 21:11:34 +0000 (21:11 +0000)
committerBill Stoddard <stoddard@apache.org>
Sat, 3 Feb 2001 21:11:34 +0000 (21:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87969 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_winnt.c

index 96169d0d670418f0711c17daba532e15d5e78354..8e135ebc9819286c9894211f76471efed6ed945d 100644 (file)
@@ -1240,6 +1240,7 @@ static void child_main()
     /* Set up the scoreboard. The scoreboard in this MPM only applies to the
      * child process and is not shared across processes
      */
+    ap_restart_time = time(NULL);
     ap_create_scoreboard(pconf, SB_NOT_SHARED);
 
     /* This is the child process or we are running in single process