Changeset 3596
- Timestamp:
- Jun 22, 2011 10:57:11 AM (13 years ago)
- Location:
- pjproject/branches/1.x/pjnath/src/pjnath
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjnath/src/pjnath/ice_strans.c
r3553 r3596 1185 1185 }; 1186 1186 1187 /* https://trac.pjsip.org/repos/ticket/1316 */ 1188 if (comp->turn_sock == NULL) { 1189 /* TURN socket error */ 1190 return PJ_EINVALIDOP; 1191 } 1192 1187 1193 if (!comp->turn_log_off) { 1188 1194 /* Disable logging for Send/Data indications */ -
pjproject/branches/1.x/pjnath/src/pjnath/turn_sock.c
r3553 r3596 620 620 if (turn_sock == NULL) { 621 621 /* We've been destroyed */ 622 pj_assert(!"We should shutdown gracefully"); 622 // https://trac.pjsip.org/repos/ticket/1316 623 //pj_assert(!"We should shutdown gracefully"); 623 624 return PJ_EINVALIDOP; 624 625 }
Note: See TracChangeset
for help on using the changeset viewer.