diff options
Diffstat (limited to 'bgpd/bgp_clist.c')
-rw-r--r-- | bgpd/bgp_clist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_clist.c b/bgpd/bgp_clist.c index 0631f8b95..34d4be8c9 100644 --- a/bgpd/bgp_clist.c +++ b/bgpd/bgp_clist.c @@ -184,7 +184,7 @@ community_list_insert(struct community_list_handler *ch, const char *name, new->name_hash = bgp_clist_hash_key_community_list(new); /* Save for later */ - hash_get(cm->hash, new, hash_alloc_intern); + (void)hash_get(cm->hash, new, hash_alloc_intern); /* If name is made by all digit character. We treat it as number. */ |