git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d1de70
)
ignore SIGPIPE (occurs normally)
author
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 31 Aug 2007 15:44:03 +0000
(15:44 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 31 Aug 2007 15:44:03 +0000
(15:44 +0000)
org.glite.lb.logger/src/interlogd.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.logger/src/interlogd.c
b/org.glite.lb.logger/src/interlogd.c
index
010a8bc
..
375d883
100644
(file)
--- a/
org.glite.lb.logger/src/interlogd.c
+++ b/
org.glite.lb.logger/src/interlogd.c
@@
-282,7
+282,7
@@
main (int argc, char **argv)
exit(EXIT_FAILURE);
}
- if (signal(SIGPIPE,
handle_signal
) == SIG_ERR
+ if (signal(SIGPIPE,
SIG_IGN
) == SIG_ERR
|| signal(SIGABRT, handle_signal) == SIG_ERR
|| signal(SIGTERM, handle_signal) == SIG_ERR
|| signal(SIGINT, handle_signal) == SIG_ERR) {