[Home]

Summary:ASTERISK-03331: [patch] Typo fix
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2005-01-22 10:37:08.000-0600Date Closed:2008-01-15 15:25:04.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20050122__config_typo.diff.txt
( 1) config.c.diff
Description:Tiny typo, easily fixed.

****** ADDITIONAL INFORMATION ******

Disclaimer on file.
Comments:By: Mark Spencer (markster) 2005-01-22 11:16:01.000-0600

Fixed in CVS head, thanks!

By: Russell Bryant (russell) 2005-01-23 12:22:48.000-0600

not an issue in 1.0 ...

By: Tilghman Lesher (tilghman) 2005-01-27 18:17:01.000-0600

We need to open a dialog with anthm to figure out why he keeps committing that typo.

By: Brian West (bkw918) 2005-01-27 18:27:36.000-0600

well I think it just needs a \n in there.  Its just stupid to clutter them all up without any new lines in there.

bkw

By: Mark Spencer (markster) 2005-01-27 18:29:50.000-0600

Fixed properly in CVS (read anthm's commit and you'll see his reasoning

By: Anthony Minessale (anthm) 2005-02-11 09:55:03.000-0600

It's still broken when you are at verbose level 2 you get no newline.

Attached is my 3rd patch to try an make it sane.

Disclaimer on file!

By: Mark Spencer (markster) 2005-02-11 10:08:45.000-0600

[root@dhcp-34 asterisk]# ./asterisk -vvc

== Parsing '/etc/asterisk/iax.conf': Found

It was only the "not found" case.  Fixed in CVS.

By: Digium Subversion (svnbot) 2008-01-15 15:22:58.000-0600

Repository: asterisk
Revision: 4877

U   trunk/config.c

------------------------------------------------------------------------
r4877 | markster | 2008-01-15 15:22:58 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix tiny typo (bug ASTERISK-3331)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:23:19.000-0600

Repository: asterisk
Revision: 4900

U   trunk/config.c

------------------------------------------------------------------------
r4900 | markster | 2008-01-15 15:23:19 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix properly the issue of the verbose level for parsing... (bug ASTERISK-3331 etc)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:25:04.000-0600

Repository: asterisk
Revision: 5008

U   trunk/config.c

------------------------------------------------------------------------
r5008 | markster | 2008-01-15 15:25:03 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix "not found" case (bug ASTERISK-3331)

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

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