X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fbind.c;h=dd49cb2220709ed8dc5b760928d21d013cdcb871;hb=6a1a62048b6d0d2ddf5c17295609d3ebf010f40b;hp=27164fd464fb2b024cb55048a85b530e64b5309e;hpb=0c004681a480e919b779584814eb396f6e6948ca;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