X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-stub-ws.c;h=69eb3f23b033713816d51da48e1fdb0d95fa72c3;hb=6623cb55f38d525407f35642d945a9b1c028deae;hp=6a52f6fc5e69f9098057c1aabbb67c9dcd043bd9;hpb=aeb015becc84a457afd5a5fb82e26dfca0978c83;p=src%2Fapp-framework-binder.git diff --git a/src/afb-stub-ws.c b/src/afb-stub-ws.c index 6a52f6fc..69eb3f23 100644 --- a/src/afb-stub-ws.c +++ b/src/afb-stub-ws.c @@ -248,7 +248,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; }