api: Fold the empty pool check into the main macro
Type: improvement the empty pool chekc is always required, so make it alwayd happen. Signed-off-by: Neale Ranns <neale@graphiant.com> Change-Id: I3879e752036a7dd49fff7e16dc6d9ea02563aa7a
This commit is contained in:
@@ -152,12 +152,6 @@ vl_api_map_domains_get_t_handler (vl_api_map_domains_get_t * mp)
|
||||
|
||||
i32 rv = 0;
|
||||
|
||||
if (pool_elts (mm->domains) == 0)
|
||||
{
|
||||
REPLY_MACRO (VL_API_MAP_DOMAINS_GET_REPLY);
|
||||
return;
|
||||
}
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
REPLY_AND_DETAILS_MACRO (VL_API_MAP_DOMAINS_GET_REPLY, mm->domains,
|
||||
({
|
||||
|
||||
Reference in New Issue
Block a user