KVNOs are krb5uint32 in RFC4120, make it so

This commit is contained in:
Love Hörnquist Åstrand
2011-07-24 14:23:45 -07:00
parent 671e231d75
commit 1124c4872d
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ _kdc_db_fetch(krb5_context context,
krb5_kdc_configuration *config,
krb5_const_principal principal,
unsigned flags,
krb5int32 *kvno_ptr,
krb5uint32 *kvno_ptr,
HDB **db,
hdb_entry_ex **h)
{