Message ID | 20110720132306.A21B063D40BF@planck.uvm.edu (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 07/20/2011 09:20 AM, Benjamin Coddington wrote: > --- > utils/gssd/context_lucid.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > 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"); > } Committed... steved. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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"); }