ike-init: Fix build with DEBUG_LEVEL < 1

This commit is contained in:
Tobias Brunner
2023-05-08 17:32:17 +02:00
parent 5e32be1bb5
commit 963398c2c3
+1 -1
View File
@@ -1035,7 +1035,7 @@ METHOD(task_t, process_i, status_t,
case INVALID_KE_PAYLOAD:
{
chunk_t data;
key_exchange_method_t bad_group;
key_exchange_method_t bad_group DBG_UNUSED;
bad_group = this->dh_group;
data = notify->get_notification_data(notify);