stas 2004/08/15 16:19:57
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm
Log:
something to be done
Revision Changes Path
1.239 +2 -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.238
retrieving revision 1.239
diff -u -u -r1.238 -r1.239
--- TestConfig.pm 15 Aug 2004 23:11:29 -0000 1.238
+++ TestConfig.pm 15 Aug 2004 23:19:57 -0000 1.239
@@ -1370,7 +1370,8 @@
my $self = shift;
# XXX: httpd config is required, for now just skip ssl clean if
- # there is none
+ # there is none. should probably add some flag which will tell us
+ # when httpd_config was already run
return unless $self->{vars}->{httpd} && $self->{vars}->{ssl_module};
return unless $self->sslca_can;