[Asterisk-cvs] asterisk/res res_features.c,1.81,1.82

kpfleming kpfleming
Thu Nov 10 18:35:54 CST 2005


Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv10017/res

Modified Files:
	res_features.c 
Log Message:
issue #5703


Index: res_features.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_features.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- res_features.c	9 Nov 2005 00:16:08 -0000	1.81
+++ res_features.c	10 Nov 2005 23:26:40 -0000	1.82
@@ -1949,7 +1949,7 @@
 	struct ast_config *cfg = NULL;
 	struct ast_variable *var = NULL;
 	char old_parking_ext[AST_MAX_EXTENSION];
-	char old_parking_con[AST_MAX_EXTENSION];
+	char old_parking_con[AST_MAX_EXTENSION] = "";
 
 	if (!ast_strlen_zero(parking_con)) {
 		strcpy(old_parking_ext, parking_ext);




More information about the svn-commits mailing list