Skip to content

Commit eddd20f

Browse files
committed
File: Call refreshPath before attempting to restore files.
1 parent 8ab67c8 commit eddd20f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/plugin/ipc/file/fileconnection.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,7 @@ FileConnection::postRestart()
464464

465465
JASSERT(_fds.size() > 0);
466466

467-
if (dmtcp_get_new_file_path) {
468-
refreshPath();
469-
}
467+
refreshPath();
470468

471469
if (!_ckpted_file) {
472470
return;

0 commit comments

Comments
 (0)