Ignore:
Timestamp:
Mar 30, 2006 8:55:20 PM (19 years ago)
Author:
bennylp
Message:

Removed continuous warnings in handle_events in pjsua_core, and temporarily set default ioqueue in Linux to use select instead of epoll

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_core.c

    r350 r369  
    455455         
    456456        status = pjsip_endpt_handle_events (pjsua.endpt, &timeout); 
    457         if (status != last_err) { 
     457        if (status != PJ_SUCCESS && status != last_err) { 
    458458            last_err = status; 
    459459            pjsua_perror(THIS_FILE, "handle_events() returned error", status); 
Note: See TracChangeset for help on using the changeset viewer.