Skip to content

Commit

Permalink
Console: don't re-render our own RI over on /netdb
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Aug 21, 2023
1 parent e3d6e22 commit 8a25034
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ public String getNetDbSummary(String client, boolean clientOnly) {
_port != 0 || _type != null || _mtu != null || _ipv6 != null ||
_ssucaps != null || _transport != null || _cost != 0 || _etype != null ||
_icount > 0) {
renderer.renderRouterInfoHTML(_out, _limit, _page,
if (!clientOnly)
renderer.renderRouterInfoHTML(_out, _limit, _page,
_routerPrefix, _version, _country,
_family, _caps, _ip, _sybil, _port, _highPort, _type, _etype,
_mtu, _ipv6, _ssucaps, _transport, _cost, _icount, client, clientOnly);
Expand Down

0 comments on commit 8a25034

Please sign in to comment.