Remove extra code (non-functional change, just produces warning on OSF4.0e).

This commit is contained in:
Randy Kunkee 1999-07-23 00:56:56 +00:00
parent 2a5c0edff4
commit 6bef298437

View file

@ -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,