Skip to content
Snippets Groups Projects
Commit 777d5ee4 authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

Ping is missing the standard double-newline after the event.

(closes issue #13903)
 Reported by: kebl0155


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@156911 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent cf6c66de
No related branches found
No related tags found
No related merge requests found
......@@ -1107,7 +1107,8 @@ static char mandescr_ping[] =
static int action_ping(struct mansession *s, const struct message *m)
{
astman_append(s, "Response: Success\r\n"
"Ping: Pong\r\n");
"Ping: Pong\r\n"
"\r\n");
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment