Commit 552f5ce3 authored by Kinsbursky Stanislav's avatar Kinsbursky Stanislav Committed by Andrey Vagin

zdtm: fix silly goto loop in static/shm

Signed-off-by: 's avatarStanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: 's avatarAndrey Vagin <avagin@gmail.com>
parent 4d746277
...@@ -166,7 +166,6 @@ out_shm: ...@@ -166,7 +166,6 @@ out_shm:
if (ret < 0) { if (ret < 0) {
fail("Failed (2) to destroy segment: %d\n", -errno); fail("Failed (2) to destroy segment: %d\n", -errno);
fail_count++; fail_count++;
goto out_shm;
} }
if (fail_count == 0) if (fail_count == 0)
pass(); pass();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment