keys cant be NULL after assiging a static variable to it, cid#4

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24134 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-12-11 05:05:32 +00:00
parent dfa2b7030c
commit 765d501701

View File

@@ -271,9 +271,6 @@ hdb_generate_key_set(krb5_context context, krb5_principal principal,
if (ktypes == NULL)
ktypes = default_keytypes;
if (ktypes == NULL)
abort();
*ret_key_set = key_set = NULL;
*nkeyset = 0;