-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:
jbjohnso 2010-02-06 19:05:23 +00:00
parent b9dc705795
commit 18a8524de0

View File

@ -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*|"; }
}