Fix for bug 3815
Last fix results in "makedhcp -n" not working, so re-fix it.
This commit is contained in:
parent
4263c661c5
commit
9c35744fd7
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user