fix for bug 3182341: site name check

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8960 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2011-03-02 08:37:08 +00:00
parent 62d388406a
commit 9dfcfa4291

View File

@ -606,6 +606,7 @@ sub processArgs
# special handling for site table !!!!!
if (($::opt_t eq 'site') && ($::opt_o ne 'clustersite'))
{
push(@::clobjnames, $::opt_o);
push(@::clobjnames, 'clustersite');
}