- Timestamp:
- Mar 7, 2013 5:08:10 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjlib-util/src/pjlib-util/stun_simple_client.c
r3896 r4426 46 46 unsigned srv_cnt; 47 47 pj_sockaddr_in srv_addr[2]; 48 int i, j,send_cnt = 0, nfds;48 int i, send_cnt = 0, nfds; 49 49 pj_pool_t *pool; 50 50 struct query_rec { … … 136 136 /* Send messages to servers that has not given us response. */ 137 137 for (i=0; i<sock_cnt && status==PJ_SUCCESS; ++i) { 138 unsigned j; 138 139 for (j=0; j<srv_cnt && status==PJ_SUCCESS; ++j) { 139 140 pjstun_msg_hdr *msg_hdr = (pjstun_msg_hdr*) out_msg;
Note: See TracChangeset
for help on using the changeset viewer.