mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-24 01:25:36 +00:00

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