don't enforce to refresh the token
[src/app-framework-binder.git] / src / afb-context.c
index 0492ecb..ba093c3 100644 (file)
@@ -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;
 }