ike-init: Fix build with DEBUG_LEVEL < 1
This commit is contained in:
@@ -1035,7 +1035,7 @@ METHOD(task_t, process_i, status_t,
|
|||||||
case INVALID_KE_PAYLOAD:
|
case INVALID_KE_PAYLOAD:
|
||||||
{
|
{
|
||||||
chunk_t data;
|
chunk_t data;
|
||||||
key_exchange_method_t bad_group;
|
key_exchange_method_t bad_group DBG_UNUSED;
|
||||||
|
|
||||||
bad_group = this->dh_group;
|
bad_group = this->dh_group;
|
||||||
data = notify->get_notification_data(notify);
|
data = notify->get_notification_data(notify);
|
||||||
|
|||||||
Reference in New Issue
Block a user