no EAP identifier offset required in build() function

This commit is contained in:
Andreas Steffen 2011-04-06 17:33:01 +02:00
parent 915aa1f198
commit 0ef9744123
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ METHOD(tls_application_t, build, status_t,
/* synchronize EAP message identifiers of inner protocol with outer */
this->ph2_method->set_identifier(this->ph2_method,
this->ph1_method->get_identifier(this->ph1_method) + 1);
this->ph1_method->get_identifier(this->ph1_method));
this->ph2_method->initiate(this->ph2_method, &this->out);
this->start_phase2 = FALSE;