mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
handle incorrect address
This commit is contained in:
@@ -726,6 +726,11 @@ namespace util
|
||||
}
|
||||
destination = *addr;
|
||||
}
|
||||
else
|
||||
{
|
||||
SendReply ("<html>Unexpected address " + address + "</html>", 404);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
SendToDestination (destination, buf, len);
|
||||
|
||||
Reference in New Issue
Block a user