Undo a s/size_t/int/. Iterators must be unsigned.

This commit is contained in:
Nicolas Williams
2011-07-18 22:49:50 -05:00
parent 0674e4b13a
commit cf1c898e95

View File

@@ -169,7 +169,7 @@ void
hdb_free_entry(krb5_context context, hdb_entry_ex *ent)
{
Key *k;
int i;
size_t i;
if (ent->free_entry)
(*ent->free_entry)(context, ent);