Skip to content

Commit

Permalink
don't update neighbors with internal connections
Browse files Browse the repository at this point in the history
  • Loading branch information
astibal committed Nov 29, 2023
1 parent 13bd565 commit c8cd8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proxy/proxymaker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ namespace sx::proxymaker {
_err("routing failed");
}

if(proxy) {
if(proxy and not implicit_allow) {
proxy->update_neighbors();
}

Expand Down

0 comments on commit c8cd8d4

Please sign in to comment.