make compile
authorLove Hörnquist Åstrand <lha@kth.se>
Sun, 22 Mar 2009 17:23:32 +0000 (17:23 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Sun, 22 Mar 2009 17:23:32 +0000 (17:23 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24920 ec53bebd-3082-4978-b11e-865c3cabbd6b

lib/gssapi/mech/gss_store_cred.c

index 1cc92103bad9a8ec0a467287f28b58dc0e1d4e46..5c1b094260e2d10aa47fd3ba52943ecc0650eeb5 100644 (file)
@@ -70,7 +70,7 @@ gss_store_cred(OM_uint32         *minor_status,
            continue;
 
        if (desired_mech) {
-           maj = gss_oid_equal(&junk, &m->gm_mech_oid, desired_mech);
+           maj = gss_oid_equal(&m->gm_mech_oid, desired_mech);
            if (maj != 0)
                continue;
        }