From cb1745092fcc69c35f799060d050ef1ec0d1d429 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Mon, 23 May 2016 09:33:48 +0200 Subject: [PATCH] Fix don't close session on 'create again' error MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I3ea1f1d76ab111217c8a229da7443becde4ec9e6 Signed-off-by: José Bollo --- src/afb-api-so.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/afb-api-so.c b/src/afb-api-so.c index a365294c..320834f7 100644 --- a/src/afb-api-so.c +++ b/src/afb-api-so.c @@ -109,7 +109,6 @@ static void call_check(struct afb_req req, struct afb_context *context, const st if ((stag & AFB_SESSION_CREATE) != 0) { if (afb_context_check_loa(context, 1)) { - afb_context_close(context); afb_req_fail(req, "failed", "invalid creation state"); return; } -- 2.16.6