summaryrefslogtreecommitdiff
path: root/src/mod_authn_pam.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-12-06 14:21:27 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-12-07 21:45:13 -0500
commitb82d7b8a2401ceffd24dba4814c6099558923fbd (patch)
tree9660b3c86c352eafab1e1c82bd5e9612a6852176 /src/mod_authn_pam.c
parenta8998e0b54a1d75d90d1bfd019261cffe1a92e54 (diff)
downloadlighttpd-git-b82d7b8a2401ceffd24dba4814c6099558923fbd.tar.gz
[multiple] mark mod_*_plugin_init() funcs cold
Diffstat (limited to 'src/mod_authn_pam.c')
-rw-r--r--src/mod_authn_pam.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mod_authn_pam.c b/src/mod_authn_pam.c
index 1844b544..75053040 100644
--- a/src/mod_authn_pam.c
+++ b/src/mod_authn_pam.c
@@ -171,6 +171,8 @@ static handler_t mod_authn_pam_basic(request_st * const r, void *p_d, const http
: HANDLER_ERROR;
}
+
+__attribute_cold__
int mod_authn_pam_plugin_init(plugin *p);
int mod_authn_pam_plugin_init(plugin *p) {
p->version = LIGHTTPD_VERSION_ID;