diff options
-rw-r--r-- | src/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.c b/src/client.c index a53f52c..e01fc38 100644 --- a/src/client.c +++ b/src/client.c @@ -353,9 +353,9 @@ static int og_resp_refresh(json_t *data, struct og_client *cli) const char *status = NULL; char cfg[4096] = {}; struct og_dbi *dbi; + uint32_t link = 0; const char *key; unsigned int i; - uint32_t link; json_t *value; int err = 0; bool res; |