rbulter commented on a change in pull request #367:
URL: https://github.com/apache/celix/pull/367#discussion_r711782709
##########
File path: libs/etcdlib/src/etcd.c
##########
@@ -143,6 +143,7 @@ int etcd_get(const char* key, char** value, int*
modifiedIndex) {
int etcdlib_get(etcdlib_t *etcdlib, const char* key, char** value, int*
modifiedIndex) {
json_t *js_root = NULL;
json_t *js_node = NULL;
+ json_t *js_index = NULL;
Review comment:
Idents solved
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]