comparison 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
comparison
equal deleted inserted replaced
1317:bb5dd52bb9b8 1318:2a5620128a9a
1436 CHECK_dict_new( DICT_AVP, &data , UTF8String_type, NULL); 1436 CHECK_dict_new( DICT_AVP, &data , UTF8String_type, NULL);
1437 } 1437 }
1438 /* Complement of Result-Code AVP values */ 1438 /* Complement of Result-Code AVP values */
1439 { 1439 {
1440 struct dict_object * resultcode_data_type; 1440 struct dict_object * resultcode_data_type;
1441 CHECK_dict_search(DICT_TYPE,TYPE_BY_NAME,"Enumerated*(Result-Code)",&resultcode_data_type); 1441 CHECK_dict_search(DICT_TYPE,TYPE_BY_NAME,"Enumerated(Result-Code)",&resultcode_data_type);
1442 1442
1443 1443
1444 { 1444 {
1445 1445
1446 /* Success */ 1446 /* Success */
"Welcome to our mercurial repository"