[Home]

Summary:ASTERISK-04084: [patch] wrong path in config.c
Reporter:Luigi Rizzo (rizzo)Labels:
Date Opened:2005-05-05 16:25:50Date Closed:2008-01-15 15:33:58.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) config.c.diff
Description:config.c
 + in config_text_file_save() the code uses AST_CONFIG_DIR where it should use
   ast_config_AST_CONFIG_DIR

patch attached. disclaimer on file.
Comments:By: Jeffrey C. Ollie (jcollie) 2005-05-07 00:01:18

+1 from me... nice catch.

By: Mark Spencer (markster) 2005-05-08 13:25:02

Fixed in CVS head, thanks!

By: Russell Bryant (russell) 2005-05-10 23:21:23

fixed in 1.0 as well

By: Digium Subversion (svnbot) 2008-01-15 15:33:44.000-0600

Repository: asterisk
Revision: 5607

U   trunk/config.c

------------------------------------------------------------------------
r5607 | markster | 2008-01-15 15:33:43 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix improper config dir path (bug ASTERISK-4084)

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

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

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

Repository: asterisk
Revision: 5624

U   branches/v1-0/config.c

------------------------------------------------------------------------
r5624 | russell | 2008-01-15 15:33:58 -0600 (Tue, 15 Jan 2008) | 2 lines

fix ast config path (bug ASTERISK-4084)

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

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