Changeset 2226
- Timestamp:
- 08/19/2008 11:18:02 AM (2 years ago)
- Files:
-
- 1 modified
-
pjproject/trunk/pjsip/src/pjsip/sip_endpoint.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_endpoint.c
r2127 r2226 718 718 c = pj_ioqueue_poll( endpt->ioqueue, &timeout); 719 719 if (c < 0) { 720 pj_status_t err = pj_get_netos_error(); 720 721 pj_thread_sleep(PJ_TIME_VAL_MSEC(timeout)); 721 722 if (p_count) 722 723 *p_count = count; 723 return pj_get_netos_error();724 return err; 724 725 } else if (c == 0) { 725 726 break;
![(please configure the [header_logo] section in trac.ini)](/repos/chrome/site/pj.jpg)