Merge branch 'collectd-5.5'
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 20 Mar 2016 11:29:06 +0000 (12:29 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 20 Mar 2016 11:29:06 +0000 (12:29 +0100)
1  2 
src/write_http.c

@@@ -556,8 -544,8 +562,10 @@@ static int wh_config_node (oconfig_item
          cb->sslversion = CURL_SSLVERSION_DEFAULT;
          cb->low_speed_limit = 0;
          cb->timeout = 0;
 +        cb->log_http_error = 0;
+         cb->headers = NULL;
 +
          pthread_mutex_init (&cb->send_lock, /* attr = */ NULL);
  
          cf_util_get_string (ci, &cb->name);