From: José Bollo Date: Sun, 29 May 2016 10:35:26 +0000 (+0200) Subject: don't enforce to refresh the token X-Git-Tag: blowfish_2.0.1~62^2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=2ea7ffb3abc8c62cfd5235ba4dbcd040f0235d69 don't enforce to refresh the token Change-Id: I4257210371c4b809e93c174e00677a82c4b196c7 Signed-off-by: José Bollo --- diff --git a/src/afb-context.c b/src/afb-context.c index 0492ecbf..ba093c37 100644 --- a/src/afb-context.c +++ b/src/afb-context.c @@ -58,7 +58,7 @@ int afb_context_connect(struct afb_context *context, const char *uuid, const cha init_context(context, session, token); if (created) { context->created = 1; - context->refreshing = 1; + /* context->refreshing = 1; */ } return 0; } diff --git a/test/AFB.html b/test/AFB.html index a1a4bf59..b0832d9a 100644 --- a/test/AFB.html +++ b/test/AFB.html @@ -3,7 +3,7 @@ Test of AFB Echo