X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=blobdiff_plain;f=src%2Fmod_auth_gssapi.c;h=52f2531684b39f8edfac0e6015dfc157ab0e15f5;hp=f2fab579b02a3ffb4db496a07451a3fd42975d9f;hb=f9000fb1c6b26f470029b25f202f39902a4b6b13;hpb=c82c78a7a70147bf103d408b3e97ce2ec77882ed 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; }