]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
logger: Fix linking regression.
authorNaveen Albert <asterisk@phreaknet.org>
Tue, 16 Jan 2024 21:58:22 +0000 (16:58 -0500)
committerMike Bradeen <mbradeen@sangoma.com>
Wed, 17 Jan 2024 21:55:27 +0000 (14:55 -0700)
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]

similarity index 100%
rename from main/logger.xml
rename to main/logger_doc.xml