Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
9cbb526d
Commit
9cbb526d
authored
Aug 04, 2021
by
Antoine Kaufmann
Browse files
dist/net_rdma: exit with proper exit code from IO loop
Previously net_rdma still exited with success.
parent
bdfb7e5d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
dist/net_rdma.c
dist/net_rdma.c
+1
-2
No files found.
dist/net_rdma.c
View file @
9cbb526d
...
...
@@ -573,6 +573,5 @@ int main(int argc, char *argv[]) {
return
EXIT_FAILURE
;
}
IOLoop
();
return
EXIT_SUCCESS
;
return
IOLoop
();
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment