From: Jaroslav Kysela Date: Tue, 11 Dec 2018 14:18:55 +0000 (+0100) Subject: http: fix the wrong return value (previous patch) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7669cf060d02ecba702bc12b0632068113d67cf;p=thirdparty%2Ftvheadend.git http: fix the wrong return value (previous patch) --- diff --git a/src/http.c b/src/http.c index 098874305..dd852047c 100644 --- a/src/http.c +++ b/src/http.c @@ -1114,6 +1114,7 @@ http_access_verify(http_connection_t *hc, int mask) else hc->hc_auth_type = HC_AUTH_ADDR; } + return r; } return -1;