From: kouril Date: Tue, 15 Aug 2006 13:14:27 +0000 (+0000) Subject: typo in error message X-Git-Tag: v5.0~1 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.cvs%2F.git;a=commitdiff_plain;h=517279d5366c252775a330ad194ffc1fa8ca2c1e typo in error message --- diff --git a/src/mod_auth_kerb.c b/src/mod_auth_kerb.c index 11f3955..63b22d3 100644 --- a/src/mod_auth_kerb.c +++ b/src/mod_auth_kerb.c @@ -1372,7 +1372,7 @@ authenticate_user_gss(request_rec *r, kerb_auth_config *conf, if (GSS_ERROR(major_status)) { log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "%s", get_gss_error(r->pool, major_status, minor_status, - "gss_export_name() failed")); + "gss_display_name() failed")); ret = HTTP_INTERNAL_SERVER_ERROR; goto end; }