]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
manager.c: Properly terminate `CoreShowChannelMap` event.
authorSean Bright <sean@seanbright.com>
Mon, 10 Jun 2024 16:54:05 +0000 (12:54 -0400)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 11 Jul 2024 13:23:24 +0000 (13:23 +0000)
Fixes #761

(cherry picked from commit 7920e75da540ff72651ea0290a39ae449c07b318)

main/manager.c

index 1149dfcab2aa9700c8b25908d0e9189556941d51..cb64a234e59be8bedf8f60b31c02c00a46ad66be 100644 (file)
@@ -7220,7 +7220,7 @@ static int action_coreshowchannelmap(struct mansession *s, const struct message
                        "Event: CoreShowChannelMap\r\n"
                        "%s"
                        "Channel: %s\r\n"
-                       "ConnectedChannel: %s\r\n\n",
+                       "ConnectedChannel: %s\r\n\r\n",
                        id_text,
                        channel_name,
                        current_channel_name);