diff options
Diffstat (limited to 'src/irmd/main.c')
-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 3221edee..d9fa5990 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.c @@ -1333,6 +1333,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: |