mirror of https://github.com/asterisk/asterisk
res_statsd.export.in was missing the _va variations of the log functions causing Asterisk to crash in res_pjsip if OPTIONAL_API wasn't enabled. ASTERISK-25727 #close Reported-by: Gergely Dömsödi Change-Id: I395729f9f51bdd33c5ca757f5f96ebedad74077bchanges/56/2256/1
parent
34c64707d1
commit
c0f3062031
@ -1,9 +1,6 @@
|
||||
{
|
||||
global:
|
||||
LINKER_SYMBOL_PREFIX*ast_statsd_log;
|
||||
LINKER_SYMBOL_PREFIX*ast_statsd_log_full;
|
||||
LINKER_SYMBOL_PREFIX*ast_statsd_log_sample;
|
||||
LINKER_SYMBOL_PREFIX*ast_statsd_log_string;
|
||||
LINKER_SYMBOL_PREFIXast_statsd_log*;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
Loading…
Reference in new issue