kvno is krb5_kvno not unsigned

This commit is contained in:
Love Hornquist Astrand
2010-11-28 11:19:22 -08:00
parent 8ece8672ae
commit 617c51a150

View File

@@ -118,7 +118,7 @@ hkt_open(krb5_context context, HDB * db, int flags, mode_t mode)
static krb5_error_code static krb5_error_code
hkt_fetch_kvno(krb5_context context, HDB * db, krb5_const_principal principal, hkt_fetch_kvno(krb5_context context, HDB * db, krb5_const_principal principal,
unsigned flags, unsigned kvno, hdb_entry_ex * entry) unsigned flags, krb5_kvno kvno, hdb_entry_ex * entry)
{ {
hdb_keytab k = (hdb_keytab)db->hdb_db; hdb_keytab k = (hdb_keytab)db->hdb_db;
krb5_error_code ret; krb5_error_code ret;