-Skip nodeset stat check for dhcp status, too broken to be useful at the moment

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1419 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-05-15 21:16:33 +00:00
parent 4dd32396f8
commit 862c9046fe
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ sub handled_commands {
}
sub check_dhcp {
return 1;
#TODO: omapi magic to do things right
my $node = shift;
my $dhcpfile;

View File

@ -23,6 +23,7 @@ sub handled_commands {
}
sub check_dhcp {
return 1;
#TODO: omapi magic to do things right
my $node = shift;
my $dhcpfile;