]> git.ipfire.org Git - thirdparty/asterisk.git/commit
logger: Fix linking regression.
authorNaveen Albert <asterisk@phreaknet.org>
Tue, 16 Jan 2024 21:58:22 +0000 (16:58 -0500)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Wed, 17 Jan 2024 15:01:07 +0000 (15:01 +0000)
commitac71e400423306d4effe045aa3809300d11a2c0f
tree152db957df46d7c4066658d9c36c6c97b57638b1
parent5216a1133d3e734d7c88c84a5a6254f2f0ffd9be
logger: Fix linking regression.

Commit 008731b0a4b96c4e6c340fff738cc12364985b64
caused a regression by resulting in logger.xml
being compiled and linked into the asterisk
binary in lieu of logger.c on certain platforms
if Asterisk was compiled in dev mode.

To fix this, we ensure the file has a unique
name without the extension. Most existing .xml
files have been named differently from any
.c files in the same directory or did not
pose this issue.

channels/pjsip/dialplan_functions.xml does not
pose this issue but is also being renamed
to adhere to this policy.

Resolves: #539
channels/pjsip/dialplan_functions_doc.xml [moved from channels/pjsip/dialplan_functions.xml with 100% similarity]
main/logger_doc.xml [moved from main/logger.xml with 100% similarity]