Ignore:
Timestamp:
Mar 1, 2007 11:39:08 PM (17 years ago)
Author:
bennylp
Message:

More STUN work

File:
1 edited

Legend:

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

    r1021 r1030  
    572572    /* Encode message */ 
    573573    status = pj_stun_msg_encode(tdata->msg, tdata->pkt, tdata->max_len, 
    574                                 0, NULL, &tdata->pkt_size); 
     574                                0, password, &tdata->pkt_size); 
    575575    if (status != PJ_SUCCESS) { 
    576576        pj_stun_msg_destroy_tdata(sess, tdata); 
Note: See TracChangeset for help on using the changeset viewer.