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:
Volker Lendecke
2015-02-25 12:19:40 +00:00
committed by Nicolas Williams
parent c450abd01a
commit 02616866e5

View File

@@ -522,7 +522,7 @@ KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
krb5_ret_int16(krb5_storage *sp,
int16_t *value)
{
int32_t v;
int32_t v = 0;
int ret;
ret = krb5_ret_int(sp, &v, 2);
if(ret)