adds accepted lang to global hreq
[src/app-framework-binder.git] / src / afb-context.c
index 0492ecb..5fe3276 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015, 2016 "IoT.bzh"
  * Author "Fulup Ar Foll"
+ * Author José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -58,7 +59,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;
 }