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 353c145 commit f7d82a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bgpd/bgpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2055,6 +2055,8 @@ 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 f7d82a8

Please sign in to comment.