make compile (missing implementation)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24951 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
RCSID("$Id$");
|
#include "gsskrb5_locl.h"
|
||||||
|
|
||||||
OM_uint32
|
OM_uint32
|
||||||
_gsskrb5_store_cred(OM_uint32 *minor_status,
|
_gsskrb5_store_cred(OM_uint32 *minor_status,
|
||||||
@@ -48,8 +48,6 @@ _gsskrb5_store_cred(OM_uint32 *minor_status,
|
|||||||
|
|
||||||
*minor_status = 0;
|
*minor_status = 0;
|
||||||
|
|
||||||
handle = NULL;
|
|
||||||
|
|
||||||
if (cred_usage != GSS_C_INITIATE) {
|
if (cred_usage != GSS_C_INITIATE) {
|
||||||
*minor_status = GSS_KRB5_S_G_BAD_USAGE;
|
*minor_status = GSS_KRB5_S_G_BAD_USAGE;
|
||||||
return GSS_S_FAILURE;
|
return GSS_S_FAILURE;
|
||||||
@@ -74,5 +72,5 @@ _gsskrb5_store_cred(OM_uint32 *minor_status,
|
|||||||
/* write out cred to credential cache */
|
/* write out cred to credential cache */
|
||||||
|
|
||||||
*minor_status = 0;
|
*minor_status = 0;
|
||||||
return ret;
|
return GSS_S_FAILURE;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user