X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fbind.c;h=dd49cb2220709ed8dc5b760928d21d013cdcb871;hb=0bea34913ed61ddbca574163afafac4ff6f05970;hp=27164fd464fb2b024cb55048a85b530e64b5309e;hpb=40e77dd34f9a8466165a8b7d724faeb337c90414;p=collectd.git diff --git a/src/bind.c b/src/bind.c index 27164fd4..dd49cb22 100644 --- a/src/bind.c +++ b/src/bind.c @@ -1760,7 +1760,7 @@ static int bind_init (void) /* {{{ */ curl_easy_setopt (curl, CURLOPT_MAXREDIRS, 50L); #ifdef HAVE_CURLOPT_TIMEOUT_MS curl_easy_setopt (curl, CURLOPT_TIMEOUT_MS, (timeout >= 0) ? - (long) timeout : CDTIME_T_TO_MS(plugin_get_interval())); + (long) timeout : (long) CDTIME_T_TO_MS(plugin_get_interval())); #endif