someone wrote the same sentence twice, I modified it.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8675 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2011-01-17 03:21:48 +00:00
parent eaed423ead
commit fda179cf96

View File

@ -673,7 +673,7 @@ sub process_request
if ($href and $href->{value}) {
$sitelogservers = $href->{value};
}
($href) = $sitetab->getAttribs({key => 'domain'}, 'value');
#($href) = $sitetab->getAttribs({key => 'domain'}, 'value');
($href) = $sitetab->getAttribs({key => 'domain'}, 'value');
unless ($href and $href->{value})
{