mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
access to RouterInfo's addresses by index
This commit is contained in:
@@ -315,6 +315,7 @@ namespace http {
|
||||
{
|
||||
for (const auto& address : *addresses)
|
||||
{
|
||||
if (!address) continue;
|
||||
s << "<tr>\r\n<td>";
|
||||
switch (address->transportStyle)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user