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 d24c0ba1..bdc03ef8 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.c @@ -931,7 +931,7 @@ static int flow_accept(pid_t              api,          e = api_table_get(&irmd.api_table, api);          if (e == NULL) { -                /* Can only happen if server called ap_init(NULL); */ +                /* Can only happen if server called ouroboros_init(NULL); */                  pthread_rwlock_unlock(&irmd.reg_lock);                  log_err("Unknown instance %d calling accept.", api);                  return -EINVAL; | 
