Third fix for nodelist.status
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9405 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -136,10 +136,11 @@ sub nodesbycriteria { | ||||
|         } | ||||
|        if ($tab eq "nodelist") { #fun caching interaction | ||||
| 	 my $neednewcache=0; | ||||
| 	 foreach (@cols) { | ||||
| 	   unless (grep /^$_\z/,@cachedcolumns) { | ||||
| 	 my $nlcol; | ||||
| 	 foreach $nlcol (@cols) { | ||||
| 	   unless (grep /^$nlcol\z/,@cachedcolumns) { | ||||
| 	     $neednewcache=1; | ||||
| 	     push @cachedcolumns,$_; | ||||
| 	     push @cachedcolumns,$nlcol; | ||||
| 	   } | ||||
| 	 } | ||||
| 	 if ($neednewcache) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user