remove unintended semicolon

This commit is contained in:
Ding Fei 2020-12-04 10:41:39 +08:00
parent 4e801a9aaf
commit 0b501e6c1f

View File

@ -704,7 +704,7 @@ server_down1:
goto server_down1;
}
}
if ( rc != -1 );
if ( rc != -1 )
gettimeofday( &servers[i].c_curr.time, 0 );
}
}