mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 02:42:41 +00:00 
			
		
		
		
	Make program flow a bit more sane when debugging, don't modify data in the request structure
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11769 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -3859,9 +3859,9 @@ sub process_request { | ||||
|     if ($found) { | ||||
|        $node = $macmap{$mac}; | ||||
|     } else { | ||||
|        my $uuid; | ||||
|        foreach $uuid (@{$request->{uuid}}) { | ||||
|           $uuid = uc($uuid); | ||||
|        my $ruid; | ||||
|        foreach $ruid (@{$request->{uuid}}) { | ||||
|          my $uuid = uc($ruid); | ||||
|          if ($uuid and $uuidmap{$uuid}) { | ||||
|             $node = $uuidmap{$uuid}; | ||||
|             last; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user