From d9be41ccd633b749e8a20bbef56eb6b9339f811d Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 11 Jan 2010 18:43:18 +0000 Subject: [PATCH] -Fix imbalanced braces git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4932 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/hosts.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/hosts.pm b/xCAT-server/lib/xcat/plugins/hosts.pm index e61bdc252..f3c8964cb 100644 --- a/xCAT-server/lib/xcat/plugins/hosts.pm +++ b/xCAT-server/lib/xcat/plugins/hosts.pm @@ -72,6 +72,7 @@ sub build_line { } elsif ($ADDNAMES) { $$othernames = $_.$domain." ".$othernames; } + } if ($node =~ m/\.$domain$/i) { $longname = $node;