implemented IF-IMC/IMV 1.3 attributes
This commit is contained in:
@@ -289,7 +289,7 @@ METHOD(tls_t, process, status_t,
|
||||
if (this->is_server && !this->connection_id)
|
||||
{
|
||||
this->connection_id = tnc->tnccs->create_connection(tnc->tnccs,
|
||||
(tnccs_t*)this, _send_msg,
|
||||
TNCCS_1_1, (tnccs_t*)this, _send_msg,
|
||||
&this->request_handshake_retry, &this->recs);
|
||||
if (!this->connection_id)
|
||||
{
|
||||
@@ -415,7 +415,7 @@ METHOD(tls_t, build, status_t,
|
||||
char *pref_lang;
|
||||
|
||||
this->connection_id = tnc->tnccs->create_connection(tnc->tnccs,
|
||||
(tnccs_t*)this, _send_msg,
|
||||
TNCCS_1_1, (tnccs_t*)this, _send_msg,
|
||||
&this->request_handshake_retry, NULL);
|
||||
if (!this->connection_id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user