Changeset 2784


Ignore:
Timestamp:
Jun 22, 2009 9:17:16 PM (15 years ago)
Author:
bennylp
Message:

Ticket #894: pjnath test failed on ICE test if the host has three or more network adapters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath-test/ice_test.c

    r2724 r2784  
    513513    if (rc != PJ_SUCCESS) { 
    514514        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        } 
    515520        return -120; 
    516521    } 
Note: See TracChangeset for help on using the changeset viewer.