Added initialization of variable for tablespace renaming

This commit is contained in:
Victor Spirin
2018-12-25 14:08:15 +03:00
parent 9e8d70d51b
commit 31830df36d
+1
View File
@@ -894,6 +894,7 @@ opt_tablespace_map(ConfigOption *opt, const char *arg)
char *dst_ptr;
const char *arg_ptr;
memset(cell, 0, sizeof(TablespaceListCell));
dst_ptr = dst = cell->old_dir;
for (arg_ptr = arg; *arg_ptr; arg_ptr++)
{