(_key_schedule): re-use an existing schedule
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9027 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -775,6 +775,8 @@ _key_schedule(krb5_context context,
|
||||
|
||||
if(kt->schedule == NULL)
|
||||
return 0;
|
||||
if (key->schedule != NULL)
|
||||
return 0;
|
||||
ALLOC(key->schedule, 1);
|
||||
if(key->schedule == NULL)
|
||||
return ENOMEM;
|
||||
|
Reference in New Issue
Block a user