comparison extensions/dict_dcca/dict_dcca.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 ec741f31cd55
children
comparison
equal deleted inserted replaced
1317:bb5dd52bb9b8 1318:2a5620128a9a
77 } 77 }
78 78
79 /* Result codes */ 79 /* Result codes */
80 { 80 {
81 struct dict_object *ResultCodeType; 81 struct dict_object *ResultCodeType;
82 CHECK_dict_search(DICT_TYPE, TYPE_BY_NAME, "Enumerated*(Result-Code)", &ResultCodeType); 82 CHECK_dict_search(DICT_TYPE, TYPE_BY_NAME, "Enumerated(Result-Code)", &ResultCodeType);
83 83
84 { 84 {
85 struct dict_enumval_data error_code = {"END_USER_SERVICE_DENIED", 85 struct dict_enumval_data error_code = {"END_USER_SERVICE_DENIED",
86 { .u32 = 4010}}; 86 { .u32 = 4010}};
87 CHECK_dict_new(DICT_ENUMVAL, &error_code, ResultCodeType, NULL); 87 CHECK_dict_new(DICT_ENUMVAL, &error_code, ResultCodeType, NULL);
"Welcome to our mercurial repository"