notify IMVs about handshake retries

This commit is contained in:
Andreas Steffen 2011-06-23 15:22:41 +02:00
parent 91a7703bc4
commit 43af575002
1 changed files with 5 additions and 0 deletions

View File

@ -342,6 +342,11 @@ static void build_retry_batch(private_tnccs_20_t *this)
pb_tnc_batch_type_names, this->batch->get_type(this->batch));
this->batch->destroy(this->batch);
}
if (this->is_server)
{
charon->imvs->notify_connection_change(charon->imvs,
this->connection_id, TNC_CONNECTION_STATE_HANDSHAKE);
}
this->batch = pb_tnc_batch_create(this->is_server, batch_retry_type);
}