changeset 762:513edd0d31b9

Enable vendor AVPs in app_acct
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 13 Oct 2011 23:53:27 +0200
parents 99625152176b
children 26b5748a6b70
files extensions/app_acct/acct_conf.y
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/app_acct/acct_conf.y	Thu Oct 06 20:55:48 2011 +0200
+++ b/extensions/app_acct/acct_conf.y	Thu Oct 13 23:53:27 2011 +0200
@@ -250,7 +250,7 @@
 				struct dict_avp_data dictdata;
 				
 				/* Validate the avp name first */
-				CHECK_FCT_DO( fd_dict_search( fd_g_config->cnf_dict, DICT_AVP, AVP_BY_NAME, $2, &dict, ENOENT),
+				CHECK_FCT_DO( fd_dict_search( fd_g_config->cnf_dict, DICT_AVP, AVP_BY_NAME_ALL_VENDORS, $2, &dict, ENOENT),
 					{ yyerror (&yylloc, conffile, "AVP definition not found in the dictionary. Was the appropriate dict_*.fdx extension loaded?"); YYERROR; } );
 				CHECK_FCT( fd_dict_getval( dict, &dictdata ));
 				
"Welcome to our mercurial repository"