Skip to content

Commit

Permalink
Fixed CORE-1136.
Browse files Browse the repository at this point in the history
  • Loading branch information
dyemanov committed Feb 22, 2007
1 parent 35a55fa commit 76cea35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/jrd/nbak.cpp
Expand Up @@ -1041,6 +1041,9 @@ BackupManager::BackupManager(thread_db* tdbb, Database* _database, int ini_state
database_lock->lck_object = reinterpret_cast<blk*>(database);
database_lock->lck_ast = backup_database_ast;
#endif

if (backup_state != nbak_state_unknown)
generate_filename();
}

void BackupManager::shutdown_locks(thread_db* tdbb) throw()
Expand Down

0 comments on commit 76cea35

Please sign in to comment.