X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fceph.c;h=e2c98ed09c01fdd21c735a1380b611f544efb202;hb=a396da422740caf336a6d594515e8d80de6f440a;hp=804514ca99b2261e687f5da8a6cc251e1dd6eed3;hpb=6e41c3b1f024d7944e5e8010a87933555c662474;p=collectd.git diff --git a/src/ceph.c b/src/ceph.c index 804514ca..e2c98ed0 100644 --- a/src/ceph.c +++ b/src/ceph.c @@ -161,7 +161,7 @@ static int long_run_latency_avg = 0; static int convert_special_metrics = 1; /** Array of daemons to monitor */ -static struct ceph_daemon **g_daemons = NULL; +static struct ceph_daemon **g_daemons; /** Number of elements in g_daemons */ static size_t g_num_daemons = 0;