Skip to content
Snippets Groups Projects
Commit 6bef2984 authored by Randy Kunkee's avatar Randy Kunkee
Browse files

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

parent 2a5c0edf
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment