From 7786b1e99d249798e0e394bf473b954b3a612072 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 6 Aug 2006 23:07:25 +0000 Subject: Fixed assertion error if ACK is received before INVITE transaction sends final response (malicious?). Also fixed misc warnings, and stress-tested on Quad Xeon git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@657 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/src/pjsua-lib/pjsua_core.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pjsip/src/pjsua-lib') diff --git a/pjsip/src/pjsua-lib/pjsua_core.c b/pjsip/src/pjsua-lib/pjsua_core.c index faafe2bd..9c011b84 100644 --- a/pjsip/src/pjsua-lib/pjsua_core.c +++ b/pjsip/src/pjsua-lib/pjsua_core.c @@ -552,6 +552,10 @@ PJ_DEF(pj_status_t) pjsua_init( const pjsua_config *ua_cfg, if (status != PJ_SUCCESS) goto on_error; } + PJ_LOG(4,(THIS_FILE, "%d SIP worker threads created", + pjsua_var.ua_cfg.thread_cnt)); + } else { + PJ_LOG(4,(THIS_FILE, "No SIP worker threads created")); } /* Done! */ -- cgit v1.2.3