Ignore:
Timestamp:
May 10, 2006 7:24:40 PM (18 years ago)
Author:
bennylp
Message:

Merge-in RTEMS port patch by Phil Torre <ptorre@…>, alpha release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/ioq_tcp.c

    r65 r433  
    344344            } 
    345345 
     346            if (status > pending_op) { 
     347                PJ_LOG(3,(THIS_FILE, 
     348                          "...error: pj_ioqueue_poll() returned %d " 
     349                          "(only expecting %d)", 
     350                          status, pending_op)); 
     351                return -52; 
     352            } 
    346353            pending_op -= status; 
    347354 
     
    479486            } 
    480487 
     488            if (status > pending_op) { 
     489                PJ_LOG(3,(THIS_FILE, 
     490                          "...error: pj_ioqueue_poll() returned %d " 
     491                          "(only expecting %d)", 
     492                          status, pending_op)); 
     493                return -552; 
     494            } 
     495 
    481496            pending_op -= status; 
    482497            if (pending_op == 0) { 
Note: See TracChangeset for help on using the changeset viewer.