mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-06 22:24:33 +02:00
Merge branch 'bugfix/mdns_clear_notif_value' into 'master'
mdns: Clear notification value in mdns_hostname_set Closes IDFGH-6647 See merge request espressif/esp-idf!17121
This commit is contained in:
@@ -5061,7 +5061,7 @@ esp_err_t mdns_hostname_set(const char * hostname)
|
||||
free(action);
|
||||
return ESP_ERR_NO_MEM;
|
||||
}
|
||||
xTaskNotifyWait(0, 0, NULL, portMAX_DELAY);
|
||||
xTaskNotifyWait(0, 0x01, NULL, portMAX_DELAY);
|
||||
return ESP_OK;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user