Make sure s is initialized, make FAX_DETECT + OLD_DSP_ROUTINES build

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3479 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-07-19 16:00:40 +00:00
parent ed42d3074d
commit f8594ac304
2 changed files with 1 additions and 3 deletions

View File

@@ -1457,7 +1457,7 @@ static int zt_call(struct ast_channel *ast, char *rdest, int timeout)
int x, res, index;
char *c, *n, *l;
#ifdef ZAPATA_PRI
char *s;
char *s=NULL;
#endif
char callerid[256];
char dest[256]; /* must be same length as p->dialdest */