heimdal: Fix the developer O3 build
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:

committed by
Nicolas Williams

parent
c450abd01a
commit
02616866e5
@@ -522,7 +522,7 @@ KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
|
|||||||
krb5_ret_int16(krb5_storage *sp,
|
krb5_ret_int16(krb5_storage *sp,
|
||||||
int16_t *value)
|
int16_t *value)
|
||||||
{
|
{
|
||||||
int32_t v;
|
int32_t v = 0;
|
||||||
int ret;
|
int ret;
|
||||||
ret = krb5_ret_int(sp, &v, 2);
|
ret = krb5_ret_int(sp, &v, 2);
|
||||||
if(ret)
|
if(ret)
|
||||||
|
Reference in New Issue
Block a user