Navigation


Changeset 972:ce3cacbbccc9 in freeDiameter for extensions/test_sip


Ignore:
Timestamp:
Mar 15, 2013, 1:31:00 AM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Fix some typos.

Location:
extensions/test_sip
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/test_sip/test_sip.c

    r732 r972  
    127127       
    128128       
    129         //We set usefull AVPs
     129        //We set useful AVPs
    130130        CHECK_FCT( fd_dict_search( fd_g_config->cnf_dict, DICT_AVP, AVP_BY_NAME, "Auth-Session-State", &sip_dict.Auth_Session_State, ENOENT) );
    131131        CHECK_FCT( fd_dict_search( fd_g_config->cnf_dict, DICT_AVP, AVP_BY_NAME, "Auth-Application-Id", &sip_dict.Auth_Application_Id, ENOENT) );
  • extensions/test_sip/test_sip.h

    r959 r972  
    5555extern struct ts_conf * ts_conf;
    5656
    57 //Storage for some usefull AVPs
     57//Storage for some useful AVPs
    5858struct sip_dict{
    5959        struct dict_object * Auth_Session_State;
Note: See TracChangeset for help on using the changeset viewer.