[pve-devel] r4959 - pve-common/trunk

svn-commits at proxmox.com svn-commits at proxmox.com
Tue Aug 10 11:34:35 CEST 2010


Author: dietmar
Date: 2010-08-10 09:34:35 +0000 (Tue, 10 Aug 2010)
New Revision: 4959

Modified:
   pve-common/trunk/INotify.pm
Log:


Modified: pve-common/trunk/INotify.pm
===================================================================
--- pve-common/trunk/INotify.pm	2010-08-10 09:33:13 UTC (rev 4958)
+++ pve-common/trunk/INotify.pm	2010-08-10 09:34:35 UTC (rev 4959)
@@ -383,7 +383,6 @@
 
     foreach my $uid (keys %$ccacheregex) {
 	my $ccinfo = $ccacheregex->{$uid};
-	#$dirhash->{$ccinfo->{dir}}->{_regex} = $ccinfo->{regex};	
 	$dirhash->{$ccinfo->{dir}}->{_regex} = 1;	
     }
 
@@ -463,7 +462,6 @@
 	    }
 	}
     }
-
 }
 
 1;




More information about the pve-devel mailing list