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 } ) {
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to