]> 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)
committerSean Bright <sean@seanbright.com>
Fri, 14 Jun 2024 17:25:13 +0000 (17:25 +0000)
Fixes #761

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);