]> git.ipfire.org Git - thirdparty/asterisk.git/commit
translators: Don't use ast_module_running_ref.
authorCorey Farrell <git@cfware.com>
Thu, 4 Jan 2018 16:50:13 +0000 (11:50 -0500)
committerCorey Farrell <git@cfware.com>
Thu, 4 Jan 2018 17:01:56 +0000 (12:01 -0500)
commit82cf585fb5fb52c848915d6b4730c80765c5a4d5
tree5e6d978f197a2a3da51e1a58b738bce9a9197eae
parent2fac32a37adbe92922212e17f2989cf1b0333832
translators: Don't use ast_module_running_ref.

Translators are run during module load before the module is actually
running, so it cannot use ast_module_running_ref.

ASTERISK-20346

Change-Id: Iaa0e75da99c696e38000f1a41e340abbd7a88f56
main/translate.c