X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=blobdiff_plain;f=src%2Fmod_auth_gssapi.c;h=66c86595b6cdbca3bb4d8253d51149d2917ebcff;hp=39d63a59c3098f543dac721d1a6ed67e92c49cf1;hb=5cd4e8a90f3db84e57a25570ffdfeaffcf908b6c;hpb=8c089a89fae54236c7e05c8e153ecf1a75e27bbf diff --git a/src/mod_auth_gssapi.c b/src/mod_auth_gssapi.c index 39d63a5..66c8659 100644 --- a/src/mod_auth_gssapi.c +++ b/src/mod_auth_gssapi.c @@ -431,6 +431,8 @@ static int mag_auth(request_rec *req) ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, req, "Already established context found!"); mag_set_req_data(req, cfg, mc); + ret = OK; + goto done; } pctx = &mc->ctx; } else {