mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-28 17:47:33 -05:00
remove unintended semicolon
This commit is contained in:
parent
4e801a9aaf
commit
0b501e6c1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue