]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_statsd.c: Made use defaults if the statsd.conf file does not exist.
authorRichard Mudgett <rmudgett@digium.com>
Tue, 2 Oct 2018 18:29:59 +0000 (13:29 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 2 Oct 2018 22:01:34 +0000 (17:01 -0500)
commitc2e6efa63d1fce268455ea0552c9725677f20e0b
treed0e746cd403552f39dc14ba939e296269d272e92
parentf066dbc353c2c84bcc2df82abf52a74955c1127c
res_statsd.c: Made use defaults if the statsd.conf file does not exist.

This module is an optional dependency of many modules.  If it declines to
load it then forces other modules that can optionally use this module to
also decline.

* Made use default configuration if there is a config error or the config
file does not exist.

Change-Id: If1068a582ec54ab7fb437265cb5370a97a825737
res/res_statsd.c