summaryrefslogtreecommitdiff
path: root/src/mod_vhostdb_ldap.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2019-11-26 02:13:05 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-07-08 19:54:28 -0400
commit50bdb55de804953378171cd1caf82bef27ec6cab (patch)
tree7246396bcd91e110122f6bf98c47a651c188a395 /src/mod_vhostdb_ldap.c
parent0fcd51438dc663dc1bebf54404e94128924687dd (diff)
downloadlighttpd-git-50bdb55de804953378171cd1caf82bef27ec6cab.tar.gz
[multiple] connection hooks no longer get (srv *)
(explicit (server *) not passed; available in con->srv)
Diffstat (limited to 'src/mod_vhostdb_ldap.c')
-rw-r--r--src/mod_vhostdb_ldap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mod_vhostdb_ldap.c b/src/mod_vhostdb_ldap.c
index f7b88ca2..227cc475 100644
--- a/src/mod_vhostdb_ldap.c
+++ b/src/mod_vhostdb_ldap.c
@@ -370,9 +370,8 @@ static LDAPMessage * mod_authn_ldap_search(log_error_st *errh, vhostdb_config *s
static void mod_vhostdb_patch_config (connection * const con, plugin_data * const p);
-static int mod_vhostdb_ldap_query(server *srv, connection *con, void *p_d, buffer *docroot)
+static int mod_vhostdb_ldap_query(connection *con, void *p_d, buffer *docroot)
{
- UNUSED(srv);
plugin_data *p = (plugin_data *)p_d;
vhostdb_config *dbconf;
LDAP *ld;