aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-context.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-05-29 12:35:26 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-05-29 12:35:26 +0200
commit2ea7ffb3abc8c62cfd5235ba4dbcd040f0235d69 (patch)
tree7481f2ebec982321126fe77e708abe3f8cdd04c4 /src/afb-context.c
parent6881297e1b8f8e0977088d79cbc417d884cac300 (diff)
don't enforce to refresh the token
Change-Id: I4257210371c4b809e93c174e00677a82c4b196c7 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-context.c')
-rw-r--r--src/afb-context.c2
1 files changed, 1 insertions, 1 deletions
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;
}