[Bps-public-commit] r16629 - in sd/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Thu Oct 30 14:47:48 EDT 2008


Author: sartak
Date: Thu Oct 30 14:47:42 2008
New Revision: 16629

Modified:
   sd/trunk/   (props changed)
   sd/trunk/lib/App/SD/Replica/hm.pm

Log:
 r74877 at onn:  sartak | 2008-10-30 14:47:29 -0400
 Remove limitations in the hm sync search


Modified: sd/trunk/lib/App/SD/Replica/hm.pm
==============================================================================
--- sd/trunk/lib/App/SD/Replica/hm.pm	(original)
+++ sd/trunk/lib/App/SD/Replica/hm.pm	Thu Oct 30 14:47:42 2008
@@ -96,12 +96,7 @@
 
 sub find_matching_tasks {
     my $self = shift;
-    my %args = (
-        owner        => 'me',
-        group        => 0,
-        requestor    => 'me',
-        not_complete => 1,
-    );
+    my %args;
     if ( my $props = $self->props ) {
         while ( my ($k, $v) = each %$props ) { $args{$k} = $v }
     }



More information about the Bps-public-commit mailing list