diff options
Diffstat (limited to 'src/plugins/map/map_api.c')
-rw-r--r-- | src/plugins/map/map_api.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/map/map_api.c b/src/plugins/map/map_api.c index bcc0c27c742..f81216dddbd 100644 --- a/src/plugins/map/map_api.c +++ b/src/plugins/map/map_api.c @@ -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, ({ |