mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
access to RouterInfo's addresses by index
This commit is contained in:
parent
df737a65b2
commit
84d9c8f1b8
4 changed files with 116 additions and 106 deletions
|
@ -315,6 +315,7 @@ namespace http {
|
|||
{
|
||||
for (const auto& address : *addresses)
|
||||
{
|
||||
if (!address) continue;
|
||||
s << "<tr>\r\n<td>";
|
||||
switch (address->transportStyle)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue