]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_statsd: Fix exports.in for missing symbols 56/2256/1
authorGeorge Joseph <george.joseph@fairview5.com>
Tue, 16 Feb 2016 18:20:57 +0000 (11:20 -0700)
committerGeorge Joseph <george.joseph@fairview5.com>
Tue, 16 Feb 2016 18:20:57 +0000 (11:20 -0700)
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: I395729f9f51bdd33c5ca757f5f96ebedad74077b

res/res_statsd.exports.in

index d4a79c18f071076249cb980b1071fadd59cf179a..ca28b1605dd356657083cdb156e694bb7f7f1244 100644 (file)
@@ -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:
                *;
 };