manager.c: Properly terminate `CoreShowChannelMap` event.

Fixes #761

(cherry picked from commit 87278c087a)
releases/18
Sean Bright 1 year ago committed by Asterisk Development Team
parent a2980fe5fa
commit 9afc995824

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

Loading…
Cancel
Save