Skip to content

Commit 01a2146

Browse files
committed
fix tablespace mapping bug
1 parent 3c707a0 commit 01a2146

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

restore.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -991,6 +991,7 @@ set_tablespace_created(const char *link, const char *dir)
991991

992992
strcpy(cell->link_name, link);
993993
strcpy(cell->linked_dir, dir);
994+
cell->next = NULL;
994995

995996
if (tablespace_created_dirs.tail)
996997
tablespace_created_dirs.tail->next = cell;

0 commit comments

Comments
 (0)