- Timestamp:
- Feb 27, 2013 12:02:42 PM (10 years ago)
- Location:
- pjproject/branches/1.x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x
- Property svn:mergeinfo changed
/pjproject/trunk merged: 4281
- Property svn:mergeinfo changed
-
pjproject/branches/1.x/pjsip/src/pjsip/sip_transport_tcp.c
r4393 r4394 679 679 &size, 0); 680 680 if (status != PJ_EPENDING) { 681 pj_lock_release(tcp->base.lock); 681 682 on_data_sent(tcp->asock, op_key, size); 683 pj_lock_acquire(tcp->base.lock); 682 684 } 683 685
Note: See TracChangeset
for help on using the changeset viewer.