Skip to content

Commit

Permalink
Update isisd.c
Browse files Browse the repository at this point in the history
Signed-off-by: baozhen-H3C <[email protected]>
  • Loading branch information
baozhen-H3C authored Oct 18, 2024
1 parent 3367540 commit cf57446
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion isisd/isisd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,6 @@ static void isis_neighbor_common_json(struct json_object *json, const char *id,
adjdb = circuit->u.bc.adjdb[i];
if (adjdb && adjdb->count) {
for (ALL_LIST_ELEMENTS_RO(adjdb, node, adj))
adjdb, node, adj))
if (!id ||
!memcmp(adj->sysid,
sysid,
Expand Down

0 comments on commit cf57446

Please sign in to comment.