mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-28 18:05:31 +00:00 
			
		
		
		
	Fix for bug 3815
Last fix results in "makedhcp -n" not working, so re-fix it.
This commit is contained in:
		| @@ -871,7 +871,7 @@ sub check_options | ||||
|      | ||||
|     # Exit if the packet has been preprocessed | ||||
|     # Comment this line to make sure check_options can be processed on service node. | ||||
|     if ($req->{_xcatpreprocessed}->[0] == 1) { return [$req]; } | ||||
|     if ($req->{_xcatpreprocessed}->[0] == 1) { return 0; } | ||||
|  | ||||
|     # display the usage if -h | ||||
|     if ($opt->{h}) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user