eap-dynamic: Fix build with DEBUG_LEVEL < 2

This commit is contained in:
Tobias Brunner
2023-05-08 17:32:17 +02:00
parent 65dc1801cf
commit 2d3967cb4c
@@ -118,7 +118,7 @@ static void select_method(private_eap_dynamic_t *this)
{
eap_vendor_type_t *entry;
linked_list_t *outer = this->types, *inner = this->other_types;
char *who = "peer";
char *who DBG_UNUSED = "peer";
if (this->other_types && this->prefer_peer)
{