"make sure blah is removed from acls before reusing"
message
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9146
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Oct 4 16:37:30 1996 Kevin L Mitchell <klmitch@mit.edu>
+
+ * kadmin.c (kadmin_renprinc): Changed newcanon to oldcanon in the
+ "make sure blah is removed from acls before reusing"
+ message
+
Wed Sep 25 16:22:12 1996 Barry Jaspan <bjaspan@mit.edu>
* getdate.y: add lots of comments
return;
}
printf("Principal \"%s\" renamed to \"%s\".\nMake sure that you have removed \"%s\" from all ACLs before reusing.\n",
- oldcanon, newcanon, newcanon);
+ oldcanon, newcanon, oldcanon);
return;
}