0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-28 14:42:31 +00:00

Fix segmentation fault in FreeBSD ()

This commit is contained in:
Vladimir Kobal 2019-10-16 10:54:50 +03:00 committed by GitHub
parent e1309c2cf3
commit 8ee605861c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2222,7 +2222,7 @@ void *statsd_main(void *ptr) {
// ----------------------------------------------------------------------------------------------------------------
// statsd setup
if(!statsd.enabled) return NULL;
if(!statsd.enabled) goto cleanup;
statsd_listen_sockets_setup();
if(!statsd.sockets.opened) {