-Fix imbalanced braces

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4932 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-01-11 18:43:18 +00:00
parent ec8b41c2f8
commit d9be41ccd6

View File

@ -72,6 +72,7 @@ sub build_line {
} elsif ($ADDNAMES) {
$$othernames = $_.$domain." ".$othernames;
}
}
if ($node =~ m/\.$domain$/i) {
$longname = $node;