Skip to content

Commit

Permalink
Fixed CORE-6498: Firebird server stops to listen to new connections a…
Browse files Browse the repository at this point in the history
…fter error in nbackup service
  • Loading branch information
AlexPeshkoff committed Feb 25, 2021
1 parent 9347f60 commit fddd84a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utilities/nbackup/nbackup.cpp
Expand Up @@ -278,7 +278,8 @@ class NBackup
: uSvc(_uSvc), newdb(0), trans(0), database(_database),
username(_username), role(_role), password(_password),
run_db_triggers(_run_db_triggers), direct_io(_direct_io),
dbase(0), backup(0), decompress(_deco), childId(0), db_size_pages(0),
dbase(INVALID_HANDLE_VALUE), backup(INVALID_HANDLE_VALUE),
decompress(_deco), childId(0), db_size_pages(0),
m_odsNumber(0), m_silent(false), m_printed(false)
{
// Recognition of local prefix allows to work with
Expand Down

0 comments on commit fddd84a

Please sign in to comment.