SVN: toys/rsget.pl/RSGet/FileList.pm

sparky sparky at pld-linux.org
Thu Mar 11 02:46:52 CET 2010


Author: sparky
Date: Thu Mar 11 02:46:51 2010
New Revision: 11242

Modified:
   toys/rsget.pl/RSGet/FileList.pm
Log:
- fixed "Stop inactive GET" processor


Modified: toys/rsget.pl/RSGet/FileList.pm
==============================================================================
--- toys/rsget.pl/RSGet/FileList.pm	(original)
+++ toys/rsget.pl/RSGet/FileList.pm	Thu Mar 11 02:46:51 2010
@@ -101,6 +101,8 @@
 $RSGet::Dispatch::downloading if 0; # avoid warning
 sub proc_stop_inactive_get
 {
+	return unless $_[0] eq "GET";
+
 	my $active = 0;
 	foreach my $uri ( keys %{$_[2]} ) {
 		if ( exists $RSGet::Dispatch::downloading{ $uri } ) {


More information about the pld-cvs-commit mailing list