Skip to content

Commit bc305e6

Browse files
committed
This should fix #8588: Error doing nbackup when Database file name has extended ASCII chars
1 parent 72551d4 commit bc305e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utilities/nbackup/nbackup.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -999,6 +999,7 @@ void NBackup::attach_database()
999999
}
10001000

10011001
ClumpletWriter dpb(ClumpletReader::dpbList, MAX_DPB_SIZE);
1002+
uSvc->fillDpb(dpb);
10021003

10031004
const unsigned char* authBlock;
10041005
unsigned int authBlockSize = uSvc->getAuthBlock(&authBlock);

0 commit comments

Comments
 (0)