Skip to content

Commit 68e0611

Browse files
committed
Announce module name and version in the server signature
1 parent f7898a7 commit 68e0611

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mod_auth_gssapi.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
#include "mod_auth_gssapi.h"
2626

27+
#define MOD_AUTH_GSSAPI_VERSION PACKAGE_NAME "/" PACKAGE_VERSION
2728

2829
module AP_MODULE_DECLARE_DATA auth_gssapi_module;
2930

@@ -78,6 +79,7 @@ static int mag_post_config(apr_pool_t *cfgpool, apr_pool_t *log,
7879
/* FIXME: create mutex to deal with connections and contexts ? */
7980
mag_is_https = APR_RETRIEVE_OPTIONAL_FN(ssl_is_https);
8081
mag_post_config_session();
82+
ap_add_version_component(cfgpool, MOD_AUTH_GSSAPI_VERSION);
8183

8284
return OK;
8385
}

0 commit comments

Comments
 (0)