From e72564ce33cfa83769429e7bd3fec6f1542e4c69 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 7 Sep 2005 21:01:31 +0000 Subject: remove useless buffer initializations (issue #5134) convert pbx_dundi to use ast_copy_string) (issue #5134) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6540 f38db490-d61c-443f-a65b-d21fe96a405b --- acl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acl.c') diff --git a/acl.c b/acl.c index 23c1ecc93..4d6fcdc52 100755 --- a/acl.c +++ b/acl.c @@ -127,7 +127,7 @@ struct ast_ha *ast_append_ha(char *sense, char *stuff, struct ast_ha *path) { struct ast_ha *ha = malloc(sizeof(struct ast_ha)); char *nm = "255.255.255.255"; - char tmp[256] = ""; + char tmp[256]; struct ast_ha *prev = NULL; struct ast_ha *ret; int x, z; -- cgit v1.2.3