Skip to content

Commit

Permalink
ospf6d: remove unnecessary break.
Browse files Browse the repository at this point in the history
Signed-off-by: Manoj Naragund <mnaragund@vmware.com>
  • Loading branch information
manojvn committed Oct 26, 2021
1 parent a48bc48 commit 46e9628
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ospf6d/ospf6_snmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 46e9628

Please sign in to comment.