X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-tg.c;h=9357ce3ddc6599f0a0cf8a704bccdcbd13e40b98;hb=a396da422740caf336a6d594515e8d80de6f440a;hp=64547b8097f3589038cd32691ff889cabb3cca6f;hpb=6e41c3b1f024d7944e5e8010a87933555c662474;p=collectd.git diff --git a/src/collectd-tg.c b/src/collectd-tg.c index 64547b80..9357ce3d 100644 --- a/src/collectd-tg.c +++ b/src/collectd-tg.c @@ -62,7 +62,7 @@ static const char *conf_service = NET_DEFAULT_PORT; static lcc_network_t *net; -static c_heap_t *values_heap = NULL; +static c_heap_t *values_heap; static struct sigaction sigint_action; static struct sigaction sigterm_action;