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[]) {
return EXIT_FAILURE;
}
IOLoop();
return EXIT_SUCCESS;
return IOLoop();
}
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