X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=set_cred_option.c;h=bfffa1fc241130d2c604df7c1c7aa461aba0ab3c;hb=dce2e071f29fa20e441c03d633569dfa6792096c;hp=5f37c8414cfd048b2e3ac5d5849b2d77420e2e35;hpb=736cd3ee5f2c877c9691d1754c56624ba3a1af97;p=mech_eap.orig diff --git a/set_cred_option.c b/set_cred_option.c index 5f37c84..bfffa1f 100644 --- a/set_cred_option.c +++ b/set_cred_option.c @@ -191,7 +191,7 @@ gsseap_set_cred_flag(OM_uint32 *minor, store_uint32_be(flag, buf); buf[4] = (clear != 0); - return gssspi_set_cred_option(minor, cred, + return gssspi_set_cred_option(minor, &cred, GSS_EAP_CRED_SET_CRED_FLAG, &value); } #endif