Changeset 2784 for pjproject/trunk/pjnath/src/pjnath-test/ice_test.c
- Timestamp:
- Jun 22, 2009 9:17:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath-test/ice_test.c
r2724 r2784 513 513 if (rc != PJ_SUCCESS) { 514 514 destroy_sess(sess, 500); 515 if (rc == PJ_ETOOMANY) { 516 /* Ignore this, probably the host has too many interfaces */ 517 PJ_LOG(3,("", " The previous error was ignored")); 518 return 0; 519 } 515 520 return -120; 516 521 }
Note: See TracChangeset
for help on using the changeset viewer.