Skip to content

Commit 9b03202

Browse files
committed
Complement fix for #8241 - gbak may lose NULLs in restore.
1 parent c78b5e6 commit 9b03202

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/burp/BurpTasks.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,7 @@ void RestoreRelationTask::initItem(BurpGlobals* tdgbl, Item& item)
868868
tdgbl->gbl_stat_flags = m_masterGbl->gbl_stat_flags;
869869
tdgbl->verboseInterval = m_masterGbl->verboseInterval;
870870
tdgbl->RESTORE_format = m_masterGbl->RESTORE_format;
871+
tdgbl->runtimeODS = m_masterGbl->runtimeODS;
871872

872873
if (item.m_ownAttach)
873874
{

0 commit comments

Comments
 (0)