mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-30 02:37:31 +02:00
mdns: Clear notification value in mdns_hostname_set
Merges https://github.com/espressif/esp-idf/pull/8284 * Original commit: espressif/esp-idf@83a4ddbd25
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
ba3fa24a96
commit
48e4d4035c
@ -5061,7 +5061,7 @@ esp_err_t mdns_hostname_set(const char * hostname)
|
|||||||
free(action);
|
free(action);
|
||||||
return ESP_ERR_NO_MEM;
|
return ESP_ERR_NO_MEM;
|
||||||
}
|
}
|
||||||
xTaskNotifyWait(0, 0, NULL, portMAX_DELAY);
|
xTaskNotifyWait(0, 0x01, NULL, portMAX_DELAY);
|
||||||
return ESP_OK;
|
return ESP_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user