summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-06-19 17:05:53 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-06-19 17:05:53 +0200
commitc4d614e041c693d95d1b62d3e33911b53fabf2c2 (patch)
tree6f42f3bb1d19725bd276ad6eba9ff9c082d5d69e
parent7d89c65d4de4a460b1a8090aaf32fae379c52af7 (diff)
parenta0f9dede90f8896a569e83278a7bed1be0af1f01 (diff)
downloadouroboros-c4d614e041c693d95d1b62d3e33911b53fabf2c2.tar.gz
ouroboros-c4d614e041c693d95d1b62d3e33911b53fabf2c2.zip
Merged in dstaesse/ouroboros/be-pipe (pull request #132)
irmd: fix erroneus SIGPIPE log
-rw-r--r--src/irmd/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irmd/main.c b/src/irmd/main.c
index bf46a2fd..7ad7a23a 100644
--- a/src/irmd/main.c
+++ b/src/irmd/main.c
@@ -1334,6 +1334,7 @@ void irmd_sig_handler(int sig, siginfo_t * info, void * c)
rw_lock_unlock(&instance->state_lock);
+ break;
case SIGPIPE:
LOG_DBG("Ignoring SIGPIPE.");
default: