diff options
-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 8e77a559..19bcc8c5 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.c @@ -2049,6 +2049,7 @@ static void * mainloop(void * o) break; default: log_err("Don't know that message code."); + result = -1; break; } |