Return values.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3780 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -74,8 +74,6 @@ out2:
|
||||
hdb_free_entry(context->context, &ent);
|
||||
out:
|
||||
context->db->close(context->context, context->db);
|
||||
if(ret == HDB_ERR_NOENTRY)
|
||||
return KADM5_UNK_PRINC;
|
||||
return ret;
|
||||
return _kadm5_error_code(ret);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user