diff --git a/ospfd/ospf_sr.c b/ospfd/ospf_sr.c index 25983ddc57..3df75c3043 100644 --- a/ospfd/ospf_sr.c +++ b/ospfd/ospf_sr.c @@ -1524,10 +1524,6 @@ static void ospf_sr_nhlfe_update(struct hash_backet *backet, void *args) struct sr_nhlfe old; int rc; - /* Sanity Check */ - if (srn == NULL) - return; - if (IS_DEBUG_OSPF_SR) zlog_debug(" |- Update Prefix for SR Node %s", inet_ntoa(srn->adv_router));