Use first() function

This commit is contained in:
Allan Bazinet 2024-11-03 06:58:08 -08:00
parent 5913ec026f
commit f0223fbadf

View file

@ -196,7 +196,7 @@ public:
if (auto const & list = info.addresses();
!list.isEmpty())
{
host_ = list.at(0);
host_ = list.first();
ping();