mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
bd3db823b1
ESP_RETURN_ON_FALSE(a, err_code, ...) macro Will print and return err_code if (unlikely(!(a))) so "a" needs to state what we expect to be TRUE which in this case means: mld6_leavegroup_netif(...) == ERR_OK