projects
/
multipath-tools
/
.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
simplify multipath signal handlers
[multipath-tools/.git]
/
multipathd
/
cli_handlers.c
diff --git
a/multipathd/cli_handlers.c
b/multipathd/cli_handlers.c
index
ac648ad
..
7b1cb62
100644
(file)
--- a/
multipathd/cli_handlers.c
+++ b/
multipathd/cli_handlers.c
@@
-939,8
+939,8
@@
int
cli_shutdown (void * v, char ** reply, int * len, void * data)
{
condlog(3, "shutdown (operator)");
-
- return
exit_daemon(0)
;
+ exit_daemon();
+ return
0
;
}
int