Commit 2a77ebbf authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

Merge branch 'zdtm' of https://github.com/avagin/crtools

* 'zdtm' of https://github.com/avagin/crtools:
  zdtm: fix silly goto loop in static/shm
parents 5b8c7bbf 552f5ce3
...@@ -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