From d608611c6769e37d879a12e90fb762369e468c90 Mon Sep 17 00:00:00 2001 From: tilghman Date: Fri, 15 Feb 2008 15:45:33 +0000 Subject: Remove extraneous copy (closes issue #12002) Reported by: junky Patches: conf2ael.diff uploaded by junky (license 177) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103716 f38db490-d61c-443f-a65b-d21fe96a405b --- utils/conf2ael.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils/conf2ael.c') diff --git a/utils/conf2ael.c b/utils/conf2ael.c index fbb8aa3b6..fa6a3ccdb 100644 --- a/utils/conf2ael.c +++ b/utils/conf2ael.c @@ -358,8 +358,6 @@ int main(int argc, char **argv) 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) -- cgit v1.2.3