X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=mod_auth_gssweb.c;fp=mod_auth_gssweb.c;h=8f132feacc27e9823e1199c02e484a573aec45c7;hb=257aac72e1147b6c255a71b7d7653de9e01b690d;hp=df0c11af7d03e0a5b0d5cba082eba82f0f843647;hpb=f45caa64cfe0bbaa1be495c4acb333c84ef3d9cb;p=mod_auth_kerb.git diff --git a/mod_auth_gssweb.c b/mod_auth_gssweb.c index df0c11a..8f132fe 100644 --- a/mod_auth_gssweb.c +++ b/mod_auth_gssweb.c @@ -466,6 +466,7 @@ gssweb_authenticate_user(request_rec *r) /* Store the nonce & ouput token in the stored context */ conn_ctx->nonce = nonce; conn_ctx->output_token = output_token; + output_token.length = 0; /* If we aren't done yet, go around again */ if (major_status & GSS_S_CONTINUE_NEEDED) {