summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-07-19 16:00:40 +0000
committerMark Spencer <markster@digium.com>2004-07-19 16:00:40 +0000
commitf8594ac304a89ca1632037000abaa33361102c45 (patch)
tree6da10b331e375332c283659efdd9c287c3a9f39b /channels
parented42d3074de60387c22e7f07da47a262e9e736a2 (diff)
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
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index e997171bb..298708fb2 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -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 */