Navigation


Changeset 762:513edd0d31b9 in freeDiameter for extensions/app_acct


Ignore:
Timestamp:
Oct 14, 2011, 6:53:27 AM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Enable vendor AVPs in app_acct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_acct/acct_conf.y

    r741 r762  
    251251                               
    252252                                /* Validate the avp name first */
    253                                 CHECK_FCT_DO( fd_dict_search( fd_g_config->cnf_dict, DICT_AVP, AVP_BY_NAME, $2, &dict, ENOENT),
     253                                CHECK_FCT_DO( fd_dict_search( fd_g_config->cnf_dict, DICT_AVP, AVP_BY_NAME_ALL_VENDORS, $2, &dict, ENOENT),
    254254                                        { yyerror (&yylloc, conffile, "AVP definition not found in the dictionary. Was the appropriate dict_*.fdx extension loaded?"); YYERROR; } );
    255255                                CHECK_FCT( fd_dict_getval( dict, &dictdata ));
Note: See TracChangeset for help on using the changeset viewer.