X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-context.c;h=5fe327648374a8ed37a769b02d42fb69c1be9b57;hb=7e0abe76db7b90369429bf387d7aad0fb5a42328;hp=0492ecbfacd3d51e92537a322772727b6839079f;hpb=fca2e14e1d57d7b89d1a6de07075cc0e6e157ca7;p=src%2Fapp-framework-binder.git diff --git a/src/afb-context.c b/src/afb-context.c index 0492ecbf..5fe32764 100644 --- a/src/afb-context.c +++ b/src/afb-context.c @@ -1,6 +1,7 @@ /* * Copyright (C) 2015, 2016 "IoT.bzh" * Author "Fulup Ar Foll" + * Author José Bollo * * 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; }