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 2ea59eee..38e10cc5 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.c @@ -1936,7 +1936,7 @@ void * irm_flow_cleaner()                  pthread_rwlock_rdlock(&instance->state_lock); -                if (&instance->state == IRMD_NULL) { +                if (instance->state == IRMD_NULL) {                          pthread_rwlock_unlock(&instance->state_lock);                          return (void *) 0;                  } | 
