diff options
| author | fukachan <fukachan> | 2004-09-04 03:14:17 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-09-04 03:14:17 +0000 |
| commit | 93cd10ae2315df755d766b9ecf8c997738ea4463 (patch) | |
| tree | 27e1561d6e80d89e80162a0bd29ac7ef4c90bf52 /fml/lib/FML/Process/QueueManager.pm | |
| parent | 0b39767403e0959f47ae048f550c9787b358dd2a (diff) | |
| download | fml8-93cd10ae2315df755d766b9ecf8c997738ea4463.tar.gz fml8-93cd10ae2315df755d766b9ecf8c997738ea4463.tar.bz2 fml8-93cd10ae2315df755d766b9ecf8c997738ea4463.zip | |
targets cleanup() operatites are non active queues.
Diffstat (limited to 'fml/lib/FML/Process/QueueManager.pm')
| -rw-r--r-- | fml/lib/FML/Process/QueueManager.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/QueueManager.pm b/fml/lib/FML/Process/QueueManager.pm index 96465494..5c5233ca 100644 --- a/fml/lib/FML/Process/QueueManager.pm +++ b/fml/lib/FML/Process/QueueManager.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: QueueManager.pm,v 1.28 2004/09/03 13:04:47 fukachan Exp $ +# $FML: QueueManager.pm,v 1.29 2004/09/03 13:56:42 fukachan Exp $ # package FML::Process::QueueManager; @@ -233,7 +233,7 @@ sub cleanup }; $q->set_log_function($fp); - unless ( $q->is_valid_queue() ) { + unless ( $q->is_valid_active_queue() ) { my $mtime = $q->last_modified_time(); # enough old. |
