From cfb4b771af19d46d89b2a0104c70ad29e9e38c8c Mon Sep 17 00:00:00 2001 From: Alejandro Perez Date: Sat, 11 Feb 2017 11:44:39 +0000 Subject: Add cleanup function for mag_conn->name_attributes Reviewed-by: Simo Sorce Closes #127 --- src/mod_auth_gssapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mod_auth_gssapi.h') diff --git a/src/mod_auth_gssapi.h b/src/mod_auth_gssapi.h index fb47b12..14bc10b 100644 --- a/src/mod_auth_gssapi.h +++ b/src/mod_auth_gssapi.h @@ -53,6 +53,7 @@ #endif extern module AP_MODULE_DECLARE_DATA auth_gssapi_module; +#define GSS_NAME_ATTR_USERDATA "GSS Name Attributes Userdata" struct mag_na_map { char *env_name; -- cgit