From 7c28b09072cb8cbb77573224cdd96f9ca175d37b Mon Sep 17 00:00:00 2001 From: kouril Date: Tue, 27 Apr 2004 14:17:20 +0000 Subject: [PATCH] typos --- 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 5a78a87..a69f665 100644 --- a/src/mod_auth_kerb.c +++ b/src/mod_auth_kerb.c @@ -595,7 +595,7 @@ verify_krb5_user(request_rec *r, krb5_context context, krb5_principal principal, if (ret) { log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "generating new memory ccache failed: %s", - krb5_get_err_text(kcontext, ret)); + krb5_get_err_text(context, ret)); goto end; } -- 2.1.4