fix defect 3403

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15410 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2013-03-07 14:26:49 +00:00
parent 9765d32dc6
commit 6d6ab9b951

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;
}