X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=mech_invoke.c;h=2b7fb7e7b4a11d5f5138def81a8bfe2c946ea82d;hb=refs%2Fheads%2Fvm-integration;hp=df58177675950c83fb5096f2acafcf14066e173b;hpb=2726871e0ab92938b385d2a1e6deef44ecb208b8;p=mech_eap.orig diff --git a/mech_invoke.c b/mech_invoke.c index df58177..2b7fb7e 100644 --- a/mech_invoke.c +++ b/mech_invoke.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, JANET(UK) + * Copyright (c) 2011, JANET(UK) * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -38,5 +38,7 @@ gssspi_mech_invoke(OM_uint32 *minor, const gss_OID desired_object, gss_buffer_t value) { - GSSEAP_NOT_IMPLEMENTED; + *minor = GSSEAP_BAD_INVOCATION; + + return GSS_S_UNAVAILABLE; }