stas 2004/08/15 16:11:29
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm
Log:
woof, not enough to check whether httpd is known, since
httpd-specific config wasn't populated yet, need a cleaner way to do the
checking
Revision Changes Path
1.238 +1 -1
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.237
retrieving revision 1.238
diff -u -u -r1.237 -r1.238
--- TestConfig.pm 11 Aug 2004 18:42:56 -0000 1.237
+++ TestConfig.pm 15 Aug 2004 23:11:29 -0000 1.238
@@ -1371,7 +1371,7 @@
# XXX: httpd config is required, for now just skip ssl clean if
# there is none
- return unless $self->{vars}->{httpd};
+ return unless $self->{vars}->{httpd} && $self->{vars}->{ssl_module};
return unless $self->sslca_can;