mirror of
https://github.com/netdata/netdata.git
synced 2025-04-28 14:42:31 +00:00
Fix segmentation fault in FreeBSD (#7102)
This commit is contained in:
parent
e1309c2cf3
commit
8ee605861c
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue