diff options
-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 80417806..9904bcce 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.c @@ -511,7 +511,7 @@ static int bootstrap_ipcp(pid_t api, pthread_rwlock_unlock(&irmd.reg_lock); log_info("Bootstrapped IPCP %d in DIF %s.", - entry->api, conf->dif_info->dif_name); + api, conf->dif_info->dif_name); return 0; } |