Fix glaring typo in dhcp.pm causing node deletion from dhcp database to fail

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@337 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-01-28 14:19:25 +00:00
parent 5d884bd8b2
commit 5218177975

View File

@ -37,7 +37,7 @@ sub delnode {
my $mac;
my $hname;
($mac,$hname) = split (/!/,$mace);
unless ($hmame) { $hmame = $node; }
unless ($hname) { $hname = $node; }
print $omshell "new host\n";
print $omshell "set name = \"$hname\"\n"; #Find and destroy conflict name
print $omshell "open\n";