diff --git a/src/core/async_task.c b/src/core/async_task.c index 99e04dd989e..b64e071a11a 100644 --- a/src/core/async_task.c +++ b/src/core/async_task.c @@ -186,7 +186,8 @@ int async_task_child_init(int rank) } if(rank>0) { - async_task_close_sockets_parent(); + /* no need to close the socket from sip workers */ + /* async_task_close_sockets_parent(); */ return 0; } if (rank!=PROC_MAIN)