summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/manager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/manager.c b/main/manager.c
index af80cbd0b..c97e613d9 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -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;
}