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:
parent
5d884bd8b2
commit
5218177975
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user