Browse Source

api.c avoid incorrect gcc warning

port-ckolivas
Kano 10 years ago committed by Noel Maersk
parent
commit
a9a51459c7
  1. 2
      api.c

2
api.c

@ -3737,7 +3737,7 @@ void api(int api_thr_id) @@ -3737,7 +3737,7 @@ void api(int api_thr_id)
json_t *json_config = NULL;
json_t *json_val;
bool isjson;
bool did, isjoin, firstjoin;
bool did, isjoin = false, firstjoin;
int i;
SOCKETTYPE *apisock;

Loading…
Cancel
Save