diff options
Diffstat (limited to 'src/irmd')
-rw-r--r-- | src/irmd/main.c | 1 |
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: |