From 0ac600d4766a2e54c6da61148a3266155d36b06a Mon Sep 17 00:00:00 2001 From: Benjamin Coddington Date: Thu, 21 Jul 2011 14:19:52 -0400 Subject: [PATCH] gssd: Fix typo in debug string Signed-off-by: Steve Dickson --- utils/gssd/context_lucid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/gssd/context_lucid.c b/utils/gssd/context_lucid.c index b8d4734..3e695ab 100644 --- a/utils/gssd/context_lucid.c +++ b/utils/gssd/context_lucid.c @@ -305,7 +305,7 @@ serialize_krb5_ctx(gss_ctx_id_t ctx, gss_buffer_desc *buf, int32_t *endtime) maj_stat = gss_free_lucid_sec_context(&min_stat, ctx, return_ctx); if (maj_stat != GSS_S_COMPLETE) { - pgsserr("gss_export_lucid_sec_context", + pgsserr("gss_free_lucid_sec_context", maj_stat, min_stat, &krb5oid); printerr(0, "WARN: failed to free lucid sec context\n"); } -- 2.39.2