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.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mod_auth_gssapi.c') diff --git a/src/mod_auth_gssapi.c b/src/mod_auth_gssapi.c index 91c8f68..8226ecc 100644 --- a/src/mod_auth_gssapi.c +++ b/src/mod_auth_gssapi.c @@ -1601,8 +1601,6 @@ static const char *mag_negotiate_once(cmd_parms *parms, void *mconfig, int on) return NULL; } -#define GSS_NAME_ATTR_USERDATA "GSS Name Attributes Userdata" - static apr_status_t mag_name_attrs_cleanup(void *data) { struct mag_config *cfg = (struct mag_config *)data; -- cgit