mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
remove unintended semicolon
This commit is contained in:
parent
4e801a9aaf
commit
0b501e6c1f
@ -704,7 +704,7 @@ server_down1:
|
||||
goto server_down1;
|
||||
}
|
||||
}
|
||||
if ( rc != -1 );
|
||||
if ( rc != -1 )
|
||||
gettimeofday( &servers[i].c_curr.time, 0 );
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user