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 1cb90e1 commit 27a83dbCopy full SHA for 27a83db
criu/sk-unix.c
@@ -977,8 +977,8 @@ static int post_open_unix_sk(struct file_desc *d, int fd)
977
if (connect(fd, (struct sockaddr *)&addr,
978
sizeof(addr.sun_family) +
979
peer->ue->name.len) < 0) {
980
- revert_unix_sk_cwd(&cwd_fd, &root_fd);
981
pr_perror("Can't connect %#x socket", ui->ue->ino);
+ revert_unix_sk_cwd(&cwd_fd, &root_fd);
982
return -1;
983
}
984
0 commit comments