summaryrefslogtreecommitdiff
path: root/src/irmd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/irmd/main.c')
-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: