From 2f5957984835ffc7d4f03bb0094a93c575e3eb17 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 16 Mar 2016 15:47:37 +0100 Subject: Add warning detection and improve MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id4fc86b86d55aac578d84b4d2357c1a2e600c58b Signed-off-by: José Bollo --- plugins/session/token-api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/session/token-api.c') diff --git a/plugins/session/token-api.c b/plugins/session/token-api.c index 25d0b993..7073dac0 100644 --- a/plugins/session/token-api.c +++ b/plugins/session/token-api.c @@ -79,7 +79,7 @@ STATIC json_object* clientContextReset (AFB_request *request) { } // Close and Free context STATIC json_object* clientGetPing (AFB_request *request) { - static count=0; + static int count=0; json_object *jresp; jresp = json_object_new_object(); -- cgit 1.2.3-korg