diff options
Diffstat (limited to 'ospfd/ospf_sr.c')
| -rw-r--r-- | ospfd/ospf_sr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_sr.c b/ospfd/ospf_sr.c index bf2c5f3c40..9a9e64cc23 100644 --- a/ospfd/ospf_sr.c +++ b/ospfd/ospf_sr.c @@ -305,7 +305,7 @@ static int sr_local_block_init(uint32_t lower_bound, uint32_t upper_bound) * Remove Segment Routing Local Block. * */ -static void sr_local_block_delete() +static void sr_local_block_delete(void) { struct sr_local_block *srlb = &OspfSR.srlb; |
