[Home]

Summary:ASTERISK-12373: [patch] remove some erroneous trailing newlines from calls to astman_send_error() (and one call to astman_send_ack() )
Reporter:Guillaume Knispel (gknispel_proformatique)Labels:
Date Opened:2008-07-13 15:16:36Date Closed:2008-07-15 12:11:34
Priority:MinorRegression?No
Status:Closed/CompleteComponents:General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk_1_4_astman_send.patch
( 1) asterisk_trunk_astman_send.patch
Description:There shall not be trailing newlines at the end of the string in the third argument of astman_send_error() and astman_send_ack().

The attached patches fix some of these in SVN of 1.4 and trunk.
Comments:By: Digium Subversion (svnbot) 2008-07-15 12:11:31

Repository: asterisk
Revision: 130959

U   branches/1.4/channels/chan_sip.c
U   branches/1.4/main/manager.c

------------------------------------------------------------------------
r130959 | tilghman | 2008-07-15 12:11:29 -0500 (Tue, 15 Jul 2008) | 8 lines

astman_send_error does not need a newline appended -- the API takes care of
that for us.
(closes issue ASTERISK-12373)
Reported by: gknispel_proformatique
Patches:
      asterisk_1_4_astman_send.patch uploaded by gknispel (license 261)
      asterisk_trunk_astman_send.patch uploaded by gknispel (license 261)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=130959