set reply_key to NULL

This commit is contained in:
Love Hornquist Astrand
2010-04-07 23:01:46 -07:00
parent 312f4f9bd6
commit c29933e1f5

View File

@@ -910,7 +910,7 @@ _kdc_as_rep(krb5_context context,
const char *e_text = NULL;
krb5_crypto crypto;
Key *ckey, *skey;
EncryptionKey *reply_key, session_key;
EncryptionKey *reply_key = NULL, session_key;
int flags = 0;
#ifdef PKINIT
pk_client_params *pkp = NULL;