mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	Fix problem when request did not have adequate arg in dhcp.pm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16368 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -1533,7 +1533,7 @@ sub process_request | ||||
|             } | ||||
|         } | ||||
|  | ||||
|         @ARGV       = @{$req->{arg}}; | ||||
|         if ($req && $req->{arg}) { @ARGV       = @{$req->{arg}}; } else { @ARGV=(); } | ||||
|         $statements = ""; | ||||
|         GetOptions('s|statements=s' => \$statements); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user