]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
gssd: Fix typo in debug string
authorBenjamin Coddington <bcodding@uvm.edu>
Thu, 21 Jul 2011 18:19:52 +0000 (14:19 -0400)
committerSteve Dickson <steved@redhat.com>
Thu, 21 Jul 2011 18:26:11 +0000 (14:26 -0400)
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/gssd/context_lucid.c

index b8d4734fe1baa63a93fd019421bf4754053cb7ee..3e695abb8e71dd61f02d2982eeb2dec9a2ffc8a6 100644 (file)
@@ -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");
        }