summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2019-01-07 03:32:43 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2019-01-10 02:14:00 -0500
commit96061c1e5e76cadafd333997bad75094342d7da9 (patch)
tree5a4d525136c86330601b6400d0c596a684a523db
parented6b8941274d43bc33d53da4d943b60858d4b34f (diff)
downloadlighttpd-git-96061c1e5e76cadafd333997bad75094342d7da9.tar.gz
[mod_auth] permit additional auth backends to load
(For testing purposes, allow for all current auth module backends to be loaded and registered at the same time)
-rw-r--r--src/http_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http_auth.c b/src/http_auth.c
index 035922b0..484da8ff 100644
--- a/src/http_auth.c
+++ b/src/http_auth.c
@@ -29,7 +29,7 @@ void http_auth_scheme_set (const http_auth_scheme_t *scheme)
}
-static http_auth_backend_t http_auth_backends[8];
+static http_auth_backend_t http_auth_backends[12];
const http_auth_backend_t * http_auth_backend_get (const buffer *name)
{