diff options
Diffstat (limited to 'src/irmd')
| -rw-r--r-- | src/irmd/main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/irmd/main.c b/src/irmd/main.c index 74cb8359..2454a9ca 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.c @@ -1888,7 +1888,7 @@ void * mainloop(void * o)                                          (qoscube_t *) &ret_msg.qoscube);                          if (e == NULL) {                                  ret_msg.has_result = true; -                                ret_msg.result = -1; +                                ret_msg.result = -EIRMD;                                  break;                          }                          ret_msg.has_port_id = true; | 
