Ignore:
Timestamp:
Jul 19, 2011 8:40:20 AM (13 years ago)
Author:
nanang
Message:

Re #1326:

  • Fixed compile warnings on vs2005
  • Fixed compile error when PJMEDIA_HAS_VIDEO set to 0 on vs2005
File:
1 edited

Legend:

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

    r3553 r3666  
    4545    unsigned srv_cnt; 
    4646    pj_sockaddr_in srv_addr[2]; 
    47     int i, j, send_cnt = 0; 
     47    int i, send_cnt = 0; 
    4848    pj_pool_t *pool; 
    4949    struct query_rec { 
     
    124124        /* Send messages to servers that has not given us response. */ 
    125125        for (i=0; i<sock_cnt && status==PJ_SUCCESS; ++i) { 
     126            unsigned j; 
    126127            for (j=0; j<srv_cnt && status==PJ_SUCCESS; ++j) { 
    127128                pjstun_msg_hdr *msg_hdr = (pjstun_msg_hdr*) out_msg; 
Note: See TracChangeset for help on using the changeset viewer.