]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: community_list_set str is always non null
authorDonald Sharp <sharpd@nvidia.com>
Tue, 30 May 2023 23:30:12 +0000 (19:30 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 1 Jun 2023 12:54:25 +0000 (08:54 -0400)
commit1f7038386e34fac1731014535bfea6a0b3892abc
tree1a8db95ebd6f8d31c92b04ab399f52903c450552
parent3f1b34c49820773b25b46091f7f05be88e0763f0
bgpd: community_list_set str is always non null

When calling community_list_set the str variable is
always non NULL.  As such let's treat it as such.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_clist.c
bgpd/bgp_vty.c