From 722f7fa9bc545ec2badedd410f190ff716823924 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 20 Jan 1998 22:07:21 +0000 Subject: [PATCH] (kadm5_s_rename_principal): log changes git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4315 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/kadm5/rename_s.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/kadm5/rename_s.c b/lib/kadm5/rename_s.c index 3474fa3f4..d25bd3812 100644 --- a/lib/kadm5/rename_s.c +++ b/lib/kadm5/rename_s.c @@ -84,6 +84,11 @@ kadm5_s_rename_principal(void *server_handle, goto out2; ent2.principal = ent.principal; ent.principal = target; + + kadm5_log_rename (context, + source, + &ent); + ret = context->db->store(context->context, context->db, 0, &ent); if(ret){ ent.principal = ent2.principal;