Navigation



Ignore:
Timestamp:
Jul 27, 2010, 2:56:21 PM (14 years ago)
Author:
Alexandre Westfahl <awestfahl@freediameter.net>
Branch:
default
Phase:
public
Message:

Corrected compilation warnings on app_sip and test_sip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/test_sip/locationinfo.c

    r427 r430  
    4646       
    4747        //Fake values START
    48         unsigned char *sip_aor="sip:aw-lappy@tera.ics.keio.ac.jp";
     48        char *sip_aor="sip:aw-lappy@tera.ics.keio.ac.jp";
    4949        size_t aor_len=strlen(sip_aor);
    5050        char *destination_realm="tera.ics.keio.ac.jp";
     
    112112               
    113113                CHECK_FCT( fd_msg_avp_new ( sip_dict.SIP_AOR, 0, &avp ) );
    114                 value.os.data=sip_aor;
     114                value.os.data=(unsigned char *)sip_aor;
    115115                value.os.len=aor_len;
    116116                CHECK_FCT( fd_msg_avp_setvalue( avp, &value ) );
Note: See TracChangeset for help on using the changeset viewer.