X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fascent.c;h=09dd5de7e0ca829addf66d5dac8a5f2e191ec329;hb=a396da422740caf336a6d594515e8d80de6f440a;hp=36694f619b87b7b761bb440bef11c8f4f53c1c08;hpb=7c2336dde35a7b42853b6ca167d4164619e52333;p=collectd.git diff --git a/src/ascent.c b/src/ascent.c index 36694f61..09dd5de7 100644 --- a/src/ascent.c +++ b/src/ascent.c @@ -87,17 +87,17 @@ typedef struct player_info_s player_info_t; #define PLAYER_INFO_STATIC_INIT \ { -1, -1, -1, -1, -1 } -static char *url = NULL; -static char *user = NULL; -static char *pass = NULL; -static char *verify_peer = NULL; -static char *verify_host = NULL; -static char *cacert = NULL; -static char *timeout = NULL; +static char *url; +static char *user; +static char *pass; +static char *verify_peer; +static char *verify_host; +static char *cacert; +static char *timeout; -static CURL *curl = NULL; +static CURL *curl; -static char *ascent_buffer = NULL; +static char *ascent_buffer; static size_t ascent_buffer_size = 0; static size_t ascent_buffer_fill = 0; static char ascent_curl_error[CURL_ERROR_SIZE];