Catch uninited variable [CID-182]

This commit is contained in:
Love Hornquist Astrand
2009-07-30 09:40:05 +02:00
parent bf5176e815
commit e1ecb6f7a6

View File

@@ -490,7 +490,7 @@ loop:
if(len + 4 + pos - curpos >= 8) {
ret = krb5_ret_uint32(cursor->sp, &utmp32);
if (ret == 0)
entry->flags = tmp32;
entry->flags = utmp32;
} else
entry->flags = 0;