mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-29 02:15:34 +00:00 
			
		
		
		
	-Fix bug where last line of conserver.cf was not checked to be skipped if appropriate
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2919 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -405,7 +405,7 @@ sub donodeent { | ||||
|  | ||||
|   my $isSN=xCAT::Utils->isServiceNode(); | ||||
|  | ||||
|   while ($idx < $#$content) { # Go through and delete that which would match my entry | ||||
|   while ($idx <= $#$content) { # Go through and delete that which would match my entry | ||||
|     if ($content->[$idx] =~ /^#xCAT BEGIN $node CONS/) { | ||||
|       $toidx=$idx; #TODO put it back right where I found it | ||||
|       $skip = 1; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user