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);

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to