Changeset 3138 for pjproject/trunk/pjsip/src/pjsip/sip_transport_tls.c
- Timestamp:
- Apr 14, 2010 6:57:35 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transport_tls.c
r3128 r3138 192 192 193 193 /* Notify application of transport disconnected state */ 194 state_cb = pjsip_tpmgr_get_stat us_cb(tls->base.tpmgr);194 state_cb = pjsip_tpmgr_get_state_cb(tls->base.tpmgr); 195 195 if (state_cb) { 196 196 pjsip_transport_state_info state_info; … … 1049 1049 1050 1050 /* Notify transport state to application */ 1051 state_cb = pjsip_tpmgr_get_stat us_cb(tls->base.tpmgr);1051 state_cb = pjsip_tpmgr_get_state_cb(tls->base.tpmgr); 1052 1052 if (state_cb) { 1053 1053 pjsip_transport_state_info state_info; … … 1467 1467 1468 1468 /* Notify transport state to application */ 1469 state_cb = pjsip_tpmgr_get_stat us_cb(tls->base.tpmgr);1469 state_cb = pjsip_tpmgr_get_state_cb(tls->base.tpmgr); 1470 1470 if (state_cb) { 1471 1471 pjsip_transport_state_info state_info;
Note: See TracChangeset
for help on using the changeset viewer.