1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Fix Address::isLocalhost algorithm

This commit is contained in:
Loic Blot 2019-02-09 19:52:38 +01:00
parent 7796a3118d
commit ff5d4ffe1c
No known key found for this signature in database
GPG key ID: EFAA458E8C153987
3 changed files with 74 additions and 4 deletions

View file

@ -1,5 +1,6 @@
set (UNITTEST_SRCS
${CMAKE_CURRENT_SOURCE_DIR}/test.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test_address.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test_authdatabase.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test_activeobject.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test_areastore.cpp