mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
Remove extra code (non-functional change, just produces warning on OSF4.0e).
This commit is contained in:
parent
2a5c0edff4
commit
6bef298437
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ ldap_search_ext(
|
|||
* otherwise, use default.
|
||||
*/
|
||||
timelimit = (timeout != NULL)
|
||||
? timelimit = timeout->tv_sec
|
||||
? timeout->tv_sec
|
||||
: -1;
|
||||
|
||||
ber = ldap_build_search_req( ld, base, scope, filter, attrs,
|
||||
|
|
|
|||
Loading…
Reference in a new issue