dougm 01/10/17 11:19:56
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm
Log:
make extra sure $$resolve and $module are not used uninitialized
Revision Changes Path
1.75 +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.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- TestConfig.pm 2001/10/17 01:30:40 1.74
+++ TestConfig.pm 2001/10/17 18:19:55 1.75
@@ -509,7 +509,7 @@
}
}
- join ':', $$resolve, $self->port($module);
+ join ':', $$resolve || 'localhost', $self->port($module || '');
}
#look for mod_foo.so