mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-24 07:47:30 +02:00
mdns: Minor fix of API description and API usage
* Original commit: espressif/esp-idf@c297301ecc
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
525c64915e
commit
941dc5c42f
@ -146,7 +146,7 @@ static bool check_and_print_result(mdns_search_once_t *search)
|
||||
{
|
||||
// Check if any result is available
|
||||
mdns_result_t * result = NULL;
|
||||
if (!mdns_query_async_get_results(search, 0, &result)) {
|
||||
if (!mdns_query_async_get_results(search, 0, &result, NULL)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user