stas 2004/01/07 22:14:21
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm
Log:
eliminate the call to default_httpd in configure_httpd, so we don't guess
incorrectly
Revision Changes Path
1.197 +0 -2
httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm
Index: TestConfig.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -u -r1.196 -r1.197
--- TestConfig.pm 8 Jan 2004 06:10:20 -0000 1.196
+++ TestConfig.pm 8 Jan 2004 06:14:21 -0000 1.197
@@ -318,8 +318,6 @@
$vars->{httpd} = $httpd;
last;
}
-
- $vars->{httpd} ||= $self->default_httpd;
}
if ($vars->{httpd}) {