]> git.puffer.fish Git - mirror/frr.git/commitdiff
ospf6d: remove unnecessary break. 9831/head
authorManoj Naragund <mnaragund@vmware.com>
Tue, 26 Oct 2021 07:45:25 +0000 (00:45 -0700)
committerManoj Naragund <mnaragund@vmware.com>
Tue, 26 Oct 2021 07:57:09 +0000 (00:57 -0700)
Signed-off-by: Manoj Naragund <mnaragund@vmware.com>
ospf6d/ospf6_snmp.c

index 92922567e833215d84bb16e371ac70b22aab41cd..fb8c5d6950eb8f971136952e24d01cf094b93db9 100644 (file)
@@ -1039,7 +1039,6 @@ static uint8_t *ospfv3WwLsdbEntry(struct variable *v, oid *name, size_t *length,
                return SNMP_INTEGER(OSPF6_LSA_IS_KNOWN(lsa->header->type)
                                            ? SNMP_TRUE
                                            : SNMP_FALSE);
-               break;
        }
        return NULL;
 }