after allocating a new scoreboard, make sure the right generation
is stored in the global score
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93998
13f79535-47bb-0310-9956-
ffa450edef68
if (ap_run_pre_mpm(pconf, SB_SHARED) != OK) {
return 1;
}
+ /* fix the generation number in the global score; we just got a new,
+ * cleared scoreboard
+ */
+ ap_scoreboard_image->global->running_generation = ap_my_generation;
+ update_scoreboard_global();
}
#ifdef SCOREBOARD_FILE
else {
if (ap_run_pre_mpm(pconf, SB_SHARED) != OK) {
return 1;
}
+ /* fix the generation number in the global score; we just got a new,
+ * cleared scoreboard
+ */
+ ap_scoreboard_image->global->running_generation = ap_my_generation;
+ update_scoreboard_global();
}
set_signals();