X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=plugins%2Fsession%2Ftoken-api.c;h=7073dac0226ad309046abcd757a66a230070c528;hb=32b5e2069bca01ae176ed15e38b5616435bf396f;hp=25d0b9936682733bb210338d13def20183ec2638;hpb=5d293eac235f2d59eccc9b23de803821b821c12e;p=src%2Fapp-framework-binder.git 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();