manager.c: Properly terminate `CoreShowChannelMap` event.

Fixes #761
pull/712/head
Sean Bright 11 months ago committed by asterisk-org-access-app[bot]
parent 843cc8f2cd
commit 26eabed246

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