fix(mdns): Fix to use tagged AFL image + minor format fix

This commit is contained in:
David Cermak
2025-11-14 17:13:08 +01:00
parent 1444d575f0
commit 2b2f009a65
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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) {