]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Use internal release function in oid_ops.c
authorSimo Sorce <simo@redhat.com>
Fri, 11 May 2012 23:31:23 +0000 (19:31 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 18 Jul 2012 15:39:56 +0000 (11:39 -0400)
In the end the internal one is called in all cases, but it seem
cleaner to use the internal one instead of relying on the redirection.

src/lib/gssapi/generic/oid_ops.c

index 535fe57d8f0ff5943c871358432961cbf98aa908..1159efeb727897969069f42f99fa535093a3ce4e 100644 (file)
@@ -542,7 +542,7 @@ generic_gss_copy_oid_set(OM_uint32 *minor_status,
     *new_oidset = copy;
 done:
     if (major != GSS_S_COMPLETE) {
-        (void) gss_release_oid_set(&minor, &copy);
+        (void) generic_gss_release_oid_set(&minor, &copy);
     }
 
     return (major);