]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
http: fix the wrong return value (previous patch)
authorJaroslav Kysela <perex@perex.cz>
Tue, 11 Dec 2018 14:18:55 +0000 (15:18 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 11 Dec 2018 14:18:55 +0000 (15:18 +0100)
src/http.c

index 09887430592591505882a8ee2884f2f7c40c7dbe..dd852047c14154b79ba5c2c54a4aaf205b76bec9 100644 (file)
@@ -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;