more than one vhost/uid.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92374
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.30-dev
+ *) Fix bug that could potentially prevent the perchild MPM from
+ working with more than one vhost/uid. [Aaron Bannert]
+
*) Change make install processing of DSO modules to perform special
handling on platforms where libtool doesn't install mod_foo.so.
This fixes some wonkiness on HP-UX, Tru64, and AIX which
{
int i;
int max_this_time = atoi(num) + curr_child_num;
- for (i = curr_child_num; i < max_this_time; i++, curr_child_num++); {
+ for (i = curr_child_num; i < max_this_time; i++, curr_child_num++) {
child_info_t *ug = &child_info_table[i - 1];
if (i > num_daemons) {
{
int i;
int max_this_time = atoi(num) + curr_child_num;
- for (i = curr_child_num; i < max_this_time; i++, curr_child_num++); {
+ for (i = curr_child_num; i < max_this_time; i++, curr_child_num++) {
child_info_t *ug = &child_info_table[i - 1];
if (i > num_daemons) {