Changeset 561
- Timestamp:
- Jun 28, 2006 4:14:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_endpoint.c
r491 r561 554 554 555 555 /* Lock endpoint mutex. */ 556 /* No need to lock mutex. Factory is thread safe. 556 557 pj_mutex_lock(endpt->mutex); 558 */ 557 559 558 560 /* Create pool */ … … 561 563 562 564 /* Unlock mutex. */ 565 /* No need to lock mutex. Factory is thread safe. 563 566 pj_mutex_unlock(endpt->mutex); 567 */ 564 568 565 569 if (!pool) {
Note: See TracChangeset
for help on using the changeset viewer.