Subject: | missing a return when preventing startup connections? |
Souldn't there be a "return $drh->connect(@args)" inside the MP2 block
for detecting connections during startup?
if (MP2) {
require Apache2::ServerUtil;
if (Apache2::ServerUtil::restart_count() == 1) {
print STDERR "$prefix skipping connection during server
startup, read the docu !!\n" if $Apache::DBI::DEBUG > 1;
return $drh->connect(@args);
}
}