[asterisk-commits] tilghman: trunk r103716 - /trunk/utils/conf2ael.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Feb 15 09:45:34 CST 2008
Author: tilghman
Date: Fri Feb 15 09:45:33 2008
New Revision: 103716
URL: http://svn.digium.com/view/asterisk?view=rev&rev=103716
Log:
Remove extraneous copy
(closes issue #12002)
Reported by: junky
Patches:
conf2ael.diff uploaded by junky (license 177)
Modified:
trunk/utils/conf2ael.c
Modified: trunk/utils/conf2ael.c
URL: http://svn.digium.com/view/asterisk/trunk/utils/conf2ael.c?view=diff&rev=103716&r1=103715&r2=103716
==============================================================================
--- trunk/utils/conf2ael.c (original)
+++ trunk/utils/conf2ael.c Fri Feb 15 09:45:33 2008
@@ -358,8 +358,6 @@
if (!localdir)
printf(" (You could use -d the use the extensions.conf in the current directory!)\n");
- strcpy((char *)ast_config_AST_CONFIG_DIR,"/etc/asterisk");
-
printf("Loading %s/%s...\n", ast_config_AST_CONFIG_DIR, config);
if (!localdir)
More information about the asterisk-commits
mailing list