-Fix scalar reference bug in discovery
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5177 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
b9dc705795
commit
18a8524de0
@ -183,7 +183,7 @@ sub process_request {
|
||||
$nrtab->setNodeAttribs($node,{nfsserver=>xCAT::Utils->my_ip_facing($hosttag)});
|
||||
}
|
||||
$usednames{$hosttag}=1;
|
||||
$macstring .= $$currmac."!".$hosttag."|";
|
||||
$macstring .= $currmac."!".$hosttag."|";
|
||||
} else {
|
||||
if ($forcenic == 1) { $macstring .= $currmac."|"; } else { $macstring .= $currmac."!*NOIP*|"; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user