kvno is krb5_kvno not unsigned

This commit is contained in:
Love Hornquist Astrand
2010-11-28 11:19:15 -08:00
parent 2ec1c3fbec
commit 8ece8672ae

View File

@@ -140,7 +140,7 @@ typedef struct HDB{
* knvo (if specified and flags HDB_F_KVNO_SPECIFIED set) is the kvno to get
*/
krb5_error_code (*hdb_fetch_kvno)(krb5_context, struct HDB*,
krb5_const_principal, unsigned, unsigned,
krb5_const_principal, unsigned, krb5_kvno,
hdb_entry_ex*);
/**
* Store an entry to database