From: Russell Bryant Date: Fri, 15 Jul 2005 16:32:44 +0000 (+0000) Subject: get rid of compiler warning X-Git-Tag: 1.2.0-beta1~265 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da1d0363cae0088a30c835393fa9cd5051f00a2f;p=thirdparty%2Fasterisk.git get rid of compiler warning git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6142 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c index 8ae34a170e..eedc893694 100755 --- a/pbx/pbx_ael.c +++ b/pbx/pbx_ael.c @@ -486,7 +486,7 @@ static int __build_step(const char *what, const char *name, const char *filename 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)) {