From ffbc20d66373a2469b34e4fbd529d21f18520c02 Mon Sep 17 00:00:00 2001 From: sruffell Date: Mon, 5 Jan 2009 22:35:14 +0000 Subject: Quieting a compiler warning. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4608 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- kernel/zaptel-base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/zaptel-base.c b/kernel/zaptel-base.c index 71a982b..23e6a6c 100644 --- a/kernel/zaptel-base.c +++ b/kernel/zaptel-base.c @@ -6706,7 +6706,7 @@ static inline void __putbuf_chunk(struct zt_chan *ss, unsigned char *rxb, int by int oldbuf; int eof=0; int abort=0; - int res; + int res=0; int left, x; while(bytes) { -- cgit v1.2.3