Navigation


Changeset 430:f77fc3a97287 in freeDiameter for extensions/app_sip/locationinfo.c


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/app_sip/locationinfo.c

    r427 r430  
    115115               
    116116                //If we arrive here, the user is known
    117                 int sipserverurilen;
    118                 char * sipserver_uri=NULL;
     117                size_t sipserverurilen;
     118                unsigned char * sipserver_uri=NULL;
    119119               
    120120                ret=get_sipserver_uri(avphdr->avp_value->os.data, avphdr->avp_value->os.len, &sipserver_uri, &sipserverurilen);
Note: See TracChangeset for help on using the changeset viewer.