fix defect 3403

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15411 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2013-03-07 14:27:59 +00:00
parent cba4b90473
commit 870aec0318

View File

@ -113,9 +113,9 @@ if (($::USER) && ($::SECURITY))
xCAT::MsgUtils->message("E", $msg);
exit 1;
}
if (($::USER) && (($::FILESYNC) || ($::SNFILESYNC)))
if (($::USER) && ($::SNFILESYNC))
{
my $msg = "-l option is not allowed with -F or -f options.";
my $msg = "-l option is not allowed with -f options.";
xCAT::MsgUtils->message("E", $msg);
exit 1;
}