evsocket::canIPv6 once

This commit is contained in:
Michael Davidsaver
2021-12-12 18:18:22 -08:00
parent 89fd1bba7a
commit 1be0477ee6
11 changed files with 26 additions and 12 deletions
+1 -1
View File
@@ -502,7 +502,7 @@ MAIN(testget)
testPlan(59);
testSetup();
logger_config_env();
bool canIPv6 = pvxs::impl::evsocket::canIPv6();
const bool canIPv6 = pvxs::impl::evsocket::canIPv6;
Tester().testConnector();
Tester().testWaiter();
Tester(AF_INET).loopback();