aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_parking.c
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-01 20:31:25 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-01 20:31:25 +0000
commit3679aa29e8eb1bc908d08eb76b6e4742085bf248 (patch)
tree7c09a0b082d1fb3bb84e2de373c15bb3cc596835 /res/res_parking.c
parenteb9ca80b08d05dd3ad3b541e0c1aa2ca5ff4498f (diff)
Remove extra \r\n from manager event sent by res_parking.c (bug #1134)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2283 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_parking.c')
-rwxr-xr-xres/res_parking.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/res_parking.c b/res/res_parking.c
index 2f54ee048..000defe7c 100755
--- a/res/res_parking.c
+++ b/res/res_parking.c
@@ -164,7 +164,6 @@ int ast_park_call(struct ast_channel *chan, struct ast_channel *peer, int timeou
"From: %s\r\n"
"Timeout: %ld\r\n"
"CallerID: %s\r\n"
- "\r\n"
,pu->parkingnum, pu->chan->name, peer->name
,(long)pu->start.tv_sec + (long)(pu->parkingtime/1000) - (long)time(NULL)
,(pu->chan->callerid ? pu->chan->callerid : "")