mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 20:06:06 -05:00
fix previous commit
This commit is contained in:
parent
7bd627d491
commit
ac590d6b55
1 changed files with 2 additions and 2 deletions
|
|
@ -500,8 +500,8 @@ meta_back_db_config(
|
|||
} else if ( strcasecmp( argv[ 0 ], "timeout" ) == 0 ) {
|
||||
char *sep, *next;
|
||||
time_t *tv = mi->mi_ntargets ?
|
||||
&mi->mi_targets[ mi->mi_ntargets - 1 ].mt_timeout
|
||||
: &mi->mi_timeout;
|
||||
mi->mi_targets[ mi->mi_ntargets - 1 ].mt_timeout
|
||||
: mi->mi_timeout;
|
||||
int c;
|
||||
|
||||
if ( argc < 2 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue