Ignore:
Timestamp:
Feb 5, 2020 3:05:30 AM (4 years ago)
Author:
nanang
Message:

Misc (re #2210): Fixed various compile warnings on MSVC2005.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/turn_session.c

    r6071 r6157  
    13271327 
    13281328    sess = (pj_turn_session*) pj_stun_session_get_user_data(stun); 
    1329     if (*sess->cb.on_stun_send_pkt) { 
     1329    if (sess->cb.on_stun_send_pkt) { 
    13301330        return (*sess->cb.on_stun_send_pkt)(sess, (const pj_uint8_t*)pkt, 
    13311331                                            (unsigned)pkt_size, 
Note: See TracChangeset for help on using the changeset viewer.