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

Modified Files:
        pbx_ael.c 
Log Message:
get rid of compiler warning


Index: pbx_ael.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_ael.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pbx_ael.c   5 Jul 2005 19:22:58 -0000       1.5
+++ pbx_ael.c   15 Jul 2005 16:32:44 -0000      1.6
@@ -486,7 +486,7 @@
        struct stringlink *swargs, *cur;
        int cpos;
        int mlen;
-       int pattern;
+       int pattern = 0;
        struct fillin *fillin;
        while (*data && (*data < 33)) data++;
        if (matches_label(data, &c)) {

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

Reply via email to