Author: poeml Date: 2009-02-24 19:41:32 -0700 (Tue, 24 Feb 2009) New Revision: 6572 Modified: trunk/tools/download-redirector-v2/scanner/scanner.pl Log: scanner: - for the new scan_top_include configuration directive, apply a fix for the case when this directive is empty when scanning via HTTP. Modified: trunk/tools/download-redirector-v2/scanner/scanner.pl =================================================================== --- trunk/tools/download-redirector-v2/scanner/scanner.pl 2009-02-25 01:29:58 UTC (rev 6571) +++ trunk/tools/download-redirector-v2/scanner/scanner.pl 2009-02-25 02:41:32 UTC (rev 6572) @@ -534,7 +534,7 @@ $included = 1; } } - if (("$name/" ne "/") && !$included) { + if (scalar(@top_include_list) && ("$name/" ne "/") && !$included) { print "$identifier: not in top_include_list: $name\n";# if $verbose > 1; return; } _______________________________________________ Opensuse-svn mailing list Opensuse-svn_at_forge.novell.com http://forge.novell.com/mailman/listinfo/opensuse-svn _______________________________________________ mirrorbrain-commits mailing list Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on 2009-02-25Z02:42:00
This archive was generated by hypermail 2.2.0 : 2009-07-10Z19:18:11 GMT