rename delete -> remove
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5243 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -94,7 +94,7 @@ kadm5_s_rename_principal(void *server_handle,
|
||||
ent.principal = ent2.principal;
|
||||
goto out2;
|
||||
}
|
||||
ret = context->db->delete(context->context, context->db, &ent2);
|
||||
ret = context->db->rename(context->context, context->db, &ent2);
|
||||
ent.principal = ent2.principal;
|
||||
out2:
|
||||
context->db->close(context->context, context->db);
|
||||
|
Reference in New Issue
Block a user