diff extensions/dict_sip/dict_sip.c @ 1318:2a5620128a9a

Remove '*' from the couple enumerated values that had them. This was inconsistent and caused trouble with extensions that want to add enumerated values to existing enumerations.
author Thomas Klausner <tk@giga.or.at>
date Mon, 23 Jan 2017 15:26:25 +0100
parents c473581adff2
children
line wrap: on
line diff
--- a/extensions/dict_sip/dict_sip.c	Mon Jan 23 15:14:46 2017 +0100
+++ b/extensions/dict_sip/dict_sip.c	Mon Jan 23 15:26:25 2017 +0100
@@ -1438,7 +1438,7 @@
 		/* Complement of Result-Code AVP values */
 		{
 			struct dict_object * resultcode_data_type;
-			CHECK_dict_search(DICT_TYPE,TYPE_BY_NAME,"Enumerated*(Result-Code)",&resultcode_data_type);
+			CHECK_dict_search(DICT_TYPE,TYPE_BY_NAME,"Enumerated(Result-Code)",&resultcode_data_type);
 		
 
 			{
"Welcome to our mercurial repository"