deactivate start_phase2_tnc flag after start

This commit is contained in:
Andreas Steffen 2010-10-07 15:42:00 +02:00
parent 888455587b
commit 04d000210b
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ METHOD(tls_application_t, process, status_t,
return FAILED;
}
this->method->initiate(this->method, &this->out);
this->start_phase2 = FALSE;
this->start_phase2_tnc = FALSE;
return NEED_MORE;
}
break;