summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2014-04-24 15:35:22 -0400
committerSimo Sorce <simo@redhat.com>2014-04-24 15:35:29 -0400
commit197cf29a4ed19e6ec3a3e73e4798d4c114b428b0 (patch)
tree9e516c2e19116c19f0ec4cdbbf6e50d69bf9da2d
parent1351170e9d7d58436ed52a5f9941bd51f3e1e1ac (diff)
downloadmod_auth_gssapi-197cf29a4ed19e6ec3a3e73e4798d4c114b428b0.tar.gz
mod_auth_gssapi-197cf29a4ed19e6ec3a3e73e4798d4c114b428b0.tar.xz
mod_auth_gssapi-197cf29a4ed19e6ec3a3e73e4798d4c114b428b0.zip
Fix typo
-rw-r--r--src/mod_auth_gssapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_auth_gssapi.c b/src/mod_auth_gssapi.c
index 2f54ec0..7f4077b 100644
--- a/src/mod_auth_gssapi.c
+++ b/src/mod_auth_gssapi.c
@@ -245,7 +245,7 @@ static int mag_auth(request_rec *req)
#ifdef HAVE_GSS_STORE_CRED_INTO
if (cfg->cred_store && delegated_cred != GSS_C_NO_CREDENTIAL) {
gss_key_value_set_desc store = {0, NULL};
- /* FIXME: run substtutions */
+ /* FIXME: run substitutions */
maj = gss_store_cred_into(&min, delegated_cred, GSS_C_INITIATE,
GSS_C_NULL_OID, 1, 1, &store, NULL, NULL);