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:
@@ -271,9 +271,6 @@ hdb_generate_key_set(krb5_context context, krb5_principal principal,
|
|||||||
if (ktypes == NULL)
|
if (ktypes == NULL)
|
||||||
ktypes = default_keytypes;
|
ktypes = default_keytypes;
|
||||||
|
|
||||||
if (ktypes == NULL)
|
|
||||||
abort();
|
|
||||||
|
|
||||||
*ret_key_set = key_set = NULL;
|
*ret_key_set = key_set = NULL;
|
||||||
*nkeyset = 0;
|
*nkeyset = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user