mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-25 11:04:35 +00:00
zdtm: fix silly goto loop in static/shm
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com> Signed-off-by: Andrey Vagin <avagin@gmail.com>
This commit is contained in:
parent
4d746277ad
commit
552f5ce320
1 changed files with 0 additions and 1 deletions
|
|
@ -166,7 +166,6 @@ out_shm:
|
|||
if (ret < 0) {
|
||||
fail("Failed (2) to destroy segment: %d\n", -errno);
|
||||
fail_count++;
|
||||
goto out_shm;
|
||||
}
|
||||
if (fail_count == 0)
|
||||
pass();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue