]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
use correct OID release function
authorLuke Howard <lukeh@padl.com>
Sat, 29 Aug 2009 13:41:50 +0000 (13:41 +0000)
committerLuke Howard <lukeh@padl.com>
Sat, 29 Aug 2009 13:41:50 +0000 (13:41 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/users/lhoward/authdata@22651 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/mechglue/g_inq_name.c

index df1730f6e0066891804f07f7101a40065e45320d..9ce5c49aa56f0785dd5e35023a64333e4849fe8f 100644 (file)
@@ -101,7 +101,7 @@ gss_inquire_name(OM_uint32 *minor_status,
                                        asserted,
                                        complete);
     if (status != GSS_S_COMPLETE) {
-        gss_release_oid(&tmp, MN_mech);
+        generic_gss_release_oid(&tmp, MN_mech);
         map_error(minor_status, mech);
     }