AP_WATCHDOG_CVERSION);
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO(02978)
"Watchdog: Looking for child (%s).", wn[i].provider_name);
- if (w) {
+ if (w) {
if (!w->active) {
int status = ap_run_watchdog_need(s, w->name, 0,
w->singleton);
}
ap_log_error(APLOG_MARK, APLOG_DEBUG, rv, s, APLOGNO(02979)
"Watchdog: Created child worker thread (%s).", w->name);
- wd_server_conf->child_workers++;
+ wd_server_conf->child_workers++;
}
}
}
*/
ap_log_error(APLOG_MARK, APLOG_DEBUG, rv, s, APLOGNO(02980)
"Watchdog: nothing configured?");
- return;
+ return;
}
if ((wl = ap_list_provider_names(p, AP_WATCHDOG_PGROUP,
AP_WATCHDOG_CVERSION))) {