(make_ccred_from_cred): addresses is filled in now, remove comment

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14666 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-03-19 18:01:15 +00:00
parent d87eb9758e
commit 7c6b360f3a

View File

@@ -282,9 +282,8 @@ make_ccred_from_cred(krb5_context context,
cred->second_ticket.length = incred->second_ticket.length;
cred->second_ticket.data = incred->second_ticket.data;
/* XXX these too should also be filled in */
/* XXX this one should also be filled in */
cred->authdata = NULL;
cred->addresses = NULL;
cred->addresses = calloc(incred->addresses.len + 1,
sizeof(cred->addresses[0]));