From 3dbe2d3eeeec9c1d3cf82f41378b306499b9d41b Mon Sep 17 00:00:00 2001 From: José Bollo Date: Mon, 29 May 2017 16:11:49 +0200 Subject: Relax authorisation checlk for self MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I115bbebb2f51be92578d1cc6b2fb5ae89813b630 Signed-off-by: José Bollo --- src/afb-ws-json1.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/afb-ws-json1.c') diff --git a/src/afb-ws-json1.c b/src/afb-ws-json1.c index 3d1f29dc..4b6c04eb 100644 --- a/src/afb-ws-json1.c +++ b/src/afb-ws-json1.c @@ -129,8 +129,6 @@ struct afb_ws_json1 *afb_ws_json1_create(int fd, struct afb_apiset *apiset, stru goto error4; result->cred = afb_cred_create_for_socket(fd); - if (!result->cred) - result->cred = afb_cred_current(); result->apiset = afb_apiset_addref(apiset); return result; -- cgit 1.2.3-korg