From f9000fb1c6b26f470029b25f202f39902a4b6b13 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 21 Oct 2014 13:15:29 -0400 Subject: [PATCH 1/1] Fix error message copy&paste error --- src/mod_auth_gssapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_auth_gssapi.c b/src/mod_auth_gssapi.c index f2fab57..52f2531 100644 --- a/src/mod_auth_gssapi.c +++ b/src/mod_auth_gssapi.c @@ -299,7 +299,7 @@ static int mag_auth(request_rec *req) maj = gss_display_name(&min, client, &name, NULL); if (GSS_ERROR(maj)) { ap_log_rerror(APLOG_MARK, APLOG_ERR|APLOG_NOERRNO, 0, req, "%s", - mag_error(req, "gss_accept_sec_context() failed", + mag_error(req, "gss_display_name() failed", maj, min)); goto done; } -- 2.1.4