rename iptostring

This commit is contained in:
2025-11-18 20:12:45 +01:00
parent 09806c3c0f
commit a78b98ac56
3 changed files with 8 additions and 8 deletions

View File

@@ -107,7 +107,7 @@ int main(int argc, char** argv) {
auto session = SessionRegistry::getInstance().getByIP(dstIP);
if (!session) {
Utils::warn("TUN: No session found for destination IP " + VirtualInterface::ipToString(dstIP));
Utils::warn("TUN: No session found for destination IP " + VirtualInterface::ipv4ToString(dstIP));
continue;
}