From eb5a3cdd58857067fa350bf69baf2131ef26a99b Mon Sep 17 00:00:00 2001 From: kouril Date: Thu, 26 Aug 2004 09:02:54 +0000 Subject: [PATCH] corrected wrong parameters printed during debugging --- src/mod_auth_kerb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.1.4