]> git.proxmox.com Git - mirror_frr.git/commit - lib/routemap.c
lib: Cleanup recent commit warn->werror issues in lib/routemap.c
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 3 Jun 2019 14:44:23 +0000 (10:44 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 3 Jun 2019 14:44:23 +0000 (10:44 -0400)
commitf232dd29c16d64fe26c5f50aca6504a27a65cde2
tree0bf4329710080709b3c08608b30805230b10f8f3
parent731bea284492a9558a75266be5e4f3cbd992efe1
lib: Cleanup recent commit warn->werror issues in lib/routemap.c

The get_route_map_delete_event function should return a value
even if we never get to that part of the function.  Make sure
we know why we are here so it can be fixed appropriately in
the future.

Signed-off-by: Donald Sharp <sharpd@cumulusnetwork.com>
lib/routemap.c