(krb5_ret_uint32): fix typecast

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17425 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-04 09:16:51 +00:00
parent 3da792b3fa
commit 1d230f8bae

View File

@@ -222,7 +222,7 @@ krb5_error_code KRB5_LIB_FUNCTION
krb5_ret_uint32(krb5_storage *sp,
u_int32_t *value)
{
return krb5_ret_int32(sp, (u_int32_t *)value);
return krb5_ret_int32(sp, (int32_t *)value);
}
krb5_error_code KRB5_LIB_FUNCTION