mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-27 16:07:15 -07:00
Fix chan_jingle/gtalk load regression introduced in r346087
Add missing symbol exports for ast_aji_client_destroy and ast_aji_buddy_destroy for usage outside res_jabber. Testing of these changes focused on res_jabber itself, so this problem was missed. Reported-by: Michael Spiceland git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@346951 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
LINKER_SYMBOL_PREFIXast_aji_join_chat;
|
||||
LINKER_SYMBOL_PREFIXast_aji_send;
|
||||
LINKER_SYMBOL_PREFIXast_aji_send_chat;
|
||||
LINKER_SYMBOL_PREFIXast_aji_client_destroy;
|
||||
LINKER_SYMBOL_PREFIXast_aji_buddy_destroy;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user