base: change ret fieldname to error_code in request struct

This commit is contained in:
Luke Howard
2022-01-20 09:15:40 +11:00
parent f4e936c893
commit ed4fe65794
8 changed files with 41 additions and 40 deletions

View File

@@ -73,6 +73,6 @@
/* auditing key/value store */ \
heim_dict_t kv; \
heim_dict_t attributes; \
int32_t ret
int32_t error_code
#endif /* HEIMBASE_SVC_H */