Code Review
/
src
/
app-framework-binder.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
78867fd
)
fix bad exit status report
author
José Bollo
<jose.bollo@iot.bzh>
Wed, 31 May 2017 09:12:41 +0000
(11:12 +0200)
committer
José Bollo
<jose.bollo@iot.bzh>
Wed, 31 May 2017 09:12:41 +0000
(11:12 +0200)
Change-Id: Ieb3aac9610c3e60702fe709f283f5dc1805623d8
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
f5512a2
..
0e97c8a
100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-113,7
+113,6
@@
static void exit_handler()
killpg(0, SIGTERM);
else if (childpid > 0)
killpg(childpid, SIGTERM);
- exit(0);
}
static void on_sigterm(int signum, siginfo_t *info, void *uctx)