Merge "Fix the duplicated check of float_ip"

This commit is contained in:
Zuul 2019-04-03 16:20:33 +00:00 committed by Gerrit Code Review
commit c0fb1056d2
1 changed files with 1 additions and 1 deletions

View File

@ -1003,7 +1003,7 @@ int _self_provision ( void )
for ( ;; )
{
get_ip_addresses ( mtcInv.my_hostname, mtcInv.my_local_ip , mtcInv.my_float_ip );
if ( mtcInv.my_float_ip.empty() || mtcInv.my_float_ip.empty() )
if ( mtcInv.my_local_ip.empty() || mtcInv.my_float_ip.empty() )
{
if ( waiting_msg == false )
{