Skip to content

Commit

Permalink
Backported CORE-6265: mapping rules destroyed by backup / restore
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPeshkoff committed Mar 18, 2020
1 parent bfbd0ff commit 63170bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/burp/restore.epp
Expand Up @@ -7929,6 +7929,9 @@ bool get_mapping(BurpGlobals* tdgbl)
M.RDB$MAP_TO.NULL = TRUE;
M.RDB$DESCRIPTION.NULL = TRUE;

M.RDB$SYSTEM_FLAG.NULL = FALSE;
M.RDB$SYSTEM_FLAG = 0;

skip_init(&scan_next_attr);
while (skip_scan(&scan_next_attr), get_attribute(&attribute, tdgbl) != att_end)
{
Expand Down

0 comments on commit 63170bf

Please sign in to comment.