diff --git a/.github/workflows/mdns__host-tests.yml b/.github/workflows/mdns__host-tests.yml index 759a74357..f7512c4c8 100644 --- a/.github/workflows/mdns__host-tests.yml +++ b/.github/workflows/mdns__host-tests.yml @@ -77,7 +77,7 @@ jobs: idf_ver: ["latest"] runs-on: ubuntu-22.04 - container: aflplusplus/aflplusplus + container: aflplusplus/aflplusplus:v4.34c steps: - name: Checkout esp-protocols uses: actions/checkout@v4 diff --git a/components/mdns/mdns.c b/components/mdns/mdns.c index 2f42707fa..22cfaf73a 100644 --- a/components/mdns/mdns.c +++ b/components/mdns/mdns.c @@ -4493,7 +4493,7 @@ void mdns_preset_if_handle_system_event(void *arg, esp_event_base_t event_base, return; } - #if MDNS_ESP_WIFI_ENABLED && (CONFIG_MDNS_PREDEF_NETIF_STA || CONFIG_MDNS_PREDEF_NETIF_AP) +#if MDNS_ESP_WIFI_ENABLED && (CONFIG_MDNS_PREDEF_NETIF_STA || CONFIG_MDNS_PREDEF_NETIF_AP) if (event_base == WIFI_EVENT) { esp_netif_dhcp_status_t dcst; switch (event_id) {