X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=blobdiff_plain;f=src%2Fafb-stub-ws.c;fp=src%2Fafb-stub-ws.c;h=cab58d206b238ef96a93cb51c99633420ae02259;hp=7e9ab7a3dc4643d96011bc9833b3d82aea17dc8a;hb=7901c6dadaceb37638ab98876e759c4d6f3ea130;hpb=9cab553d6ce4e352ba8eb656b0058c7d5336ca73 diff --git a/src/afb-stub-ws.c b/src/afb-stub-ws.c index 7e9ab7a3..cab58d20 100644 --- a/src/afb-stub-ws.c +++ b/src/afb-stub-ws.c @@ -204,7 +204,7 @@ static struct afb_proto_ws *client_get_proto(struct afb_stub_ws *stubws) if (proto == NULL && stubws->robust.reopen) { fdev = stubws->robust.reopen(stubws->robust.closure); if (fdev != NULL) - proto = afb_stub_ws_create_proto(stubws, fdev, 0); + proto = afb_stub_ws_create_proto(stubws, fdev, 1); } return proto; }