From 517279d5366c252775a330ad194ffc1fa8ca2c1e Mon Sep 17 00:00:00 2001 From: kouril Date: Tue, 15 Aug 2006 13:14:27 +0000 Subject: [PATCH] typo in error message --- 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 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; } -- 2.1.4