Remove an extraneous \r\n at the end of a parking manager events.

(closes issue #18363)
Reported by: clegall_proformatique
Patches:
      asterisk_1.8_295998_parking_manager_events_format.patch uploaded by clegall proformatique (license 1139)


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@302551 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Sean Bright 16 years ago
parent aa527d8ab2
commit faaebdfa2b

@ -3299,7 +3299,7 @@ static void post_manager_event(const char *s, struct parkeduser *pu)
"Parkinglot: %s\r\n"
"CallerIDNum: %s\r\n"
"CallerIDName: %s\r\n"
"UniqueID: %s\r\n\r\n",
"UniqueID: %s\r\n",
pu->parkingexten,
pu->chan->name,
pu->parkinglot->name,

Loading…
Cancel
Save