X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.cvs%2F.git;a=blobdiff_plain;f=mod_auth_gssweb.c;fp=mod_auth_gssweb.c;h=c4ef117178eb46cf700a6d50826ffe34d36eaa51;hp=b3e836047333a1dc6eb5a0171faf658a266d86c1;hb=9280d579bcab100513ebdbbc4e5c9ebee78b2535;hpb=2584e5b861e1af60fe7c4a331cfd7622cc8e955c diff --git a/mod_auth_gssweb.c b/mod_auth_gssweb.c index b3e8360..c4ef117 100644 --- a/mod_auth_gssweb.c +++ b/mod_auth_gssweb.c @@ -485,6 +485,7 @@ gssweb_authenticate_user(request_rec *r) "%s", get_gss_error(r, major_status, minor_status, "gssweb_authenticate_user: Failed to establish authentication")); conn_ctx->state = GSS_CTX_FAILED; + goto end; } /* If there was no token returned, clear token from context and exit */