diff options
Diffstat (limited to 'src/ipcpd/shim-udp')
| -rw-r--r-- | src/ipcpd/shim-udp/main.c | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/src/ipcpd/shim-udp/main.c b/src/ipcpd/shim-udp/main.c index 9d6d15a7..8d9ac25c 100644 --- a/src/ipcpd/shim-udp/main.c +++ b/src/ipcpd/shim-udp/main.c @@ -1609,6 +1609,12 @@ int main(int argc, char * argv[])          pthread_rwlock_unlock(&_ipcp->state_lock); +        if (ipcp_create_r(getpid())) { +                LOG_ERR("Failed to notify IRMd we are initialized."); +                close_logfile(); +                exit(EXIT_FAILURE); +        } +          pthread_join(_ap_instance->mainloop, NULL);          shim_ap_fini(); | 
