Fix for bug 3815

Last fix results in "makedhcp -n" not working, so re-fix it.
This commit is contained in:
sjing 2014-01-09 22:14:55 -05:00
parent 4263c661c5
commit 9c35744fd7

View File

@ -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})