From: Sean Bright Date: Mon, 10 Jun 2024 16:54:05 +0000 (-0400) Subject: manager.c: Properly terminate `CoreShowChannelMap` event. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7920e75da540ff72651ea0290a39ae449c07b318;p=thirdparty%2Fasterisk.git manager.c: Properly terminate `CoreShowChannelMap` event. Fixes #761 --- diff --git a/main/manager.c b/main/manager.c index 1149dfcab2..cb64a234e5 100644 --- a/main/manager.c +++ b/main/manager.c @@ -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);