summaryrefslogtreecommitdiff
path: root/src/mod_auth.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-05-22 16:32:00 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-08-27 02:16:52 -0400
commit1a8ac120b49132f8983400f1817a6b8bd1f31188 (patch)
tree0f03ec51b09786b132e1423b24e0d3f3243ca035 /src/mod_auth.c
parente110b062be077b9890ef847ccf4e8bd19d00f179 (diff)
downloadlighttpd-git-1a8ac120b49132f8983400f1817a6b8bd1f31188.tar.gz
[mod_auth,mod_vhostdb] move helper funcs to mods
link http_auth.c into mod_auth link http_vhostdb.c into mod_vhostdb ensure that mod_auth loads before mod_authn_* ensure that mod_vhostdb loads before mod_vhostdb_*
Diffstat (limited to 'src/mod_auth.c')
-rw-r--r--src/mod_auth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mod_auth.c b/src/mod_auth.c
index 693fab86..60d7b49d 100644
--- a/src/mod_auth.c
+++ b/src/mod_auth.c
@@ -242,6 +242,8 @@ FREE_FUNC(mod_auth_free) {
}
}
}
+
+ http_auth_dumbdata_reset();
}
/* data type for mod_auth structured data