"git@developer.sourcefind.cn:cnjsdfcy/simbricks.git" did not exist on "ceaab2d3d9fb72e0fbf8ba41ccfb7e95e8fb43af"
Commit 9cbb526d authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

dist/net_rdma: exit with proper exit code from IO loop

Previously net_rdma still exited with success.
parent bdfb7e5d
...@@ -573,6 +573,5 @@ int main(int argc, char *argv[]) { ...@@ -573,6 +573,5 @@ int main(int argc, char *argv[]) {
return EXIT_FAILURE; return EXIT_FAILURE;
} }
IOLoop(); return IOLoop();
return EXIT_SUCCESS;
} }
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