8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:03:02 +01:00

New fix for CORE-3995: Slight problem with GBAK parameter checking

This commit is contained in:
alexpeshkoff 2013-03-12 11:43:46 +00:00
parent 478857711e
commit 538dc8cd87

View File

@ -1843,7 +1843,7 @@ static gbak_action open_files(const TEXT* file1,
if (fil->fil_name == "stdout")
{
if (tdgbl->action->act_total >= 2 || fil->fil_next ||
(sw_verbose && tdgbl->sw_redirect == NOREDIRECT))
(sw_verbose && tdgbl->sw_redirect == NOREDIRECT && tdgbl->uSvc->isService()))
{
BURP_error(266, true);
// msg 266 standard output is not supported when using split operation or in verbose mode