diff options
author | Mohsin Kazmi <sykazmi@cisco.com> | 2019-01-07 19:54:20 +0100 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-01-09 06:10:08 +0000 |
commit | 5f4eb24287c02be6f694f6698472ef4978a5e300 (patch) | |
tree | e2c783676924b71c7662176728db0b0720797470 /src/plugins/gbp/gbp_recirc.h | |
parent | e3034cdc74f9fe153259a55c03846495d3f9f088 (diff) |
gbp: Fix coverity warnings
Change-Id: Iea64d246008b298edeeae338d781b79362f42046
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
Diffstat (limited to 'src/plugins/gbp/gbp_recirc.h')
-rw-r--r-- | src/plugins/gbp/gbp_recirc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/gbp/gbp_recirc.h b/src/plugins/gbp/gbp_recirc.h index c577a5f3ea9..86b857d74a9 100644 --- a/src/plugins/gbp/gbp_recirc.h +++ b/src/plugins/gbp/gbp_recirc.h @@ -60,7 +60,7 @@ typedef struct gpb_recirc_t_ } gbp_recirc_t; extern int gbp_recirc_add (u32 sw_if_index, epg_id_t epg_id, u8 is_ext); -extern void gbp_recirc_delete (u32 sw_if_index); +extern int gbp_recirc_delete (u32 sw_if_index); typedef walk_rc_t (*gbp_recirc_cb_t) (gbp_recirc_t * gbpe, void *ctx); extern void gbp_recirc_walk (gbp_recirc_cb_t bgpe, void *ctx); |