We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8e309 commit fbfba8cCopy full SHA for fbfba8c
engine.c
@@ -234,8 +234,9 @@ ptrackMapInit(void)
234
ptrack_map->version_num, ptrack_path, PTRACK_VERSION_NUM),
235
errdetail("Deleting file \"%s\" and reinitializing ptrack map.", ptrack_path)));
236
237
- /* Delete and try again */
238
- durable_unlink(ptrack_path, LOG);
+ /* Clean up everything and try again */
+ ptrackCleanFilesAndMap();
239
+
240
is_new_map = true;
241
goto ptrack_map_reinit;
242
}
0 commit comments