mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
touch idle-timeout HAVE_TLS odds; silence warning #ifndef HAVE_TLS
This commit is contained in:
parent
470fda7744
commit
401b211d98
@ -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 New Issue
Block a user