From: kouril Date: Thu, 26 Aug 2004 09:02:54 +0000 (+0000) Subject: corrected wrong parameters printed during debugging X-Git-Tag: v5.0~37 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.cvs%2F.git;a=commitdiff_plain;h=eb5a3cdd58857067fa350bf69baf2131ef26a99b corrected wrong parameters printed during debugging --- diff --git a/src/mod_auth_kerb.c b/src/mod_auth_kerb.c index bd53600..e49f8e1 100644 --- a/src/mod_auth_kerb.c +++ b/src/mod_auth_kerb.c @@ -1233,7 +1233,7 @@ authenticate_user_gss(request_rec *r, kerb_auth_config *conf, *negotiate_ret_value = token; log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, "GSS-API token of length %d bytes will be sent back", - major_status, output_token.length); + output_token.length); gss_release_buffer(&minor_status2, &output_token); }