From: Randy Kunkee Date: Fri, 23 Jul 1999 00:56:56 +0000 (+0000) Subject: Remove extra code (non-functional change, just produces warning on OSF4.0e). X-Git-Tag: OPENLDAP_REL_ENG_2_BP~55 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6bef298437ae15d0de88bc7550465d2c05776910;p=openldap Remove extra code (non-functional change, just produces warning on OSF4.0e). --- diff --git a/libraries/libldap/search.c b/libraries/libldap/search.c index 379aeae4b5..9d27820f93 100644 --- a/libraries/libldap/search.c +++ b/libraries/libldap/search.c @@ -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,