implemented IF-IMC/IMV 1.3 attributes

This commit is contained in:
Andreas Steffen
2011-12-08 17:57:39 +01:00
parent d6c892169c
commit 170f918596
4 changed files with 231 additions and 25 deletions
+2 -2
View File
@@ -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)
{