add flags to fetch

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6107 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-05-03 17:22:05 +00:00
parent eceab8ed52
commit 0f9491fda4

View File

@@ -56,7 +56,7 @@ db_fetch(krb5_principal principal)
}
ALLOC(ent);
ent->principal = principal;
ret = db->fetch(context, db, ent);
ret = db->fetch(context, db, HDB_F_DECRYPT, ent);
db->close(context, db);
if(ret){
free(ent);