Ignore:
Timestamp:
Feb 14, 2006 9:17:46 PM (18 years ago)
Author:
bennylp
Message:

Ported to WinCE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/src/pjlib-util/stun_client.c

    r65 r185  
    247247            if (rec[i].srv[0].mapped_addr == 0 || rec[i].srv[0].mapped_port == 0) { 
    248248                mapped_status = PJ_STUN_ERR_NO_RESPONSE; 
     249                break; 
    249250            } 
    250251        } else { 
    251252            mapped_status = PJ_STUN_ERR_SYMETRIC; 
     253            break; 
    252254        } 
    253255    } 
Note: See TracChangeset for help on using the changeset viewer.