Changeset 3753 for pjproject/trunk/pjsip/src/pjsip/sip_endpoint.c
- Timestamp:
- Sep 18, 2011 2:59:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_endpoint.c
r3553 r3753 826 826 PJ_LOG(5, (THIS_FILE, "Processing incoming message: %s", 827 827 pjsip_rx_data_get_info(rdata))); 828 pj_log_push_indent(); 828 829 829 830 #if defined(PJSIP_CHECK_VIA_SENT_BY) && PJSIP_CHECK_VIA_SENT_BY != 0 … … 881 882 rdata->pkt_info.src_name, 882 883 rdata->pkt_info.src_port)); 884 pj_log_pop_indent(); 883 885 return; 884 886 } … … 941 943 */ 942 944 pj_bzero(&rdata->endpt_info, sizeof(rdata->endpt_info)); 945 946 pj_log_pop_indent(); 943 947 } 944 948
Note: See TracChangeset
for help on using the changeset viewer.