Skip to content

Commit 2b2f009

Browse files
committed
fix(mdns): Fix to use tagged AFL image + minor format fix
1 parent 1444d57 commit 2b2f009

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mdns__host-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
idf_ver: ["latest"]
7878

7979
runs-on: ubuntu-22.04
80-
container: aflplusplus/aflplusplus
80+
container: aflplusplus/aflplusplus:v4.34c
8181
steps:
8282
- name: Checkout esp-protocols
8383
uses: actions/checkout@v4

components/mdns/mdns.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4493,7 +4493,7 @@ void mdns_preset_if_handle_system_event(void *arg, esp_event_base_t event_base,
44934493
return;
44944494
}
44954495

4496-
#if MDNS_ESP_WIFI_ENABLED && (CONFIG_MDNS_PREDEF_NETIF_STA || CONFIG_MDNS_PREDEF_NETIF_AP)
4496+
#if MDNS_ESP_WIFI_ENABLED && (CONFIG_MDNS_PREDEF_NETIF_STA || CONFIG_MDNS_PREDEF_NETIF_AP)
44974497
if (event_base == WIFI_EVENT) {
44984498
esp_netif_dhcp_status_t dcst;
44994499
switch (event_id) {

0 commit comments

Comments
 (0)