Skip to content

Commit

Permalink
doc: missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoMNardi committed Sep 12, 2023
1 parent a02138c commit 375f997
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bgpd/bgpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,6 @@ int peer_remote_as(struct bgp *bgp, union sockunion *su, const char *conf_if,
peer_create(su, conf_if, bgp, local_as, *as, as_type, NULL,
true, as_str);
}

return 0;
}

Expand Down

0 comments on commit 375f997

Please sign in to comment.