summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 6d5d008ef..46aaca2b7 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -17173,7 +17173,7 @@ static int manager_sip_show_peer(struct mansession *s, const struct message *m)
a[3] = peer;
_sip_show_peer(1, -1, s, m, 4, a);
- astman_append(s, "\r\n\r\n" );
+ astman_append(s, "\r\n" );
return 0;
}