mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 15:10:22 -05:00
touch idle-timeout HAVE_TLS odds; silence warning #ifndef HAVE_TLS
This commit is contained in:
parent
470fda7744
commit
401b211d98
1 changed files with 3 additions and 1 deletions
|
|
@ -734,11 +734,13 @@ retry_lock:
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef HAVE_TLS
|
||||
done:;
|
||||
#endif /* HAVE_TLS */
|
||||
if ( li->li_idle_timeout && lc ) {
|
||||
lc->lc_time = op->o_time;
|
||||
}
|
||||
|
||||
done:;
|
||||
return lc;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue