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:
@@ -56,7 +56,7 @@ db_fetch(krb5_principal principal)
|
|||||||
}
|
}
|
||||||
ALLOC(ent);
|
ALLOC(ent);
|
||||||
ent->principal = principal;
|
ent->principal = principal;
|
||||||
ret = db->fetch(context, db, ent);
|
ret = db->fetch(context, db, HDB_F_DECRYPT, ent);
|
||||||
db->close(context, db);
|
db->close(context, db);
|
||||||
if(ret){
|
if(ret){
|
||||||
free(ent);
|
free(ent);
|
||||||
|
Reference in New Issue
Block a user