[zaptel-commits] sruffell: branch 1.4 r4608 - /branches/1.4/kernel/zaptel-base.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Mon Jan 5 16:35:14 CST 2009


Author: sruffell
Date: Mon Jan  5 16:35:14 2009
New Revision: 4608

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4608
Log:
Quieting a compiler warning.

Modified:
    branches/1.4/kernel/zaptel-base.c

Modified: branches/1.4/kernel/zaptel-base.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/kernel/zaptel-base.c?view=diff&rev=4608&r1=4607&r2=4608
==============================================================================
--- branches/1.4/kernel/zaptel-base.c (original)
+++ branches/1.4/kernel/zaptel-base.c Mon Jan  5 16:35:14 2009
@@ -6706,7 +6706,7 @@
 	int oldbuf;
 	int eof=0;
 	int abort=0;
-	int res;
+	int res=0;
 	int left, x;
 
 	while(bytes) {




More information about the zaptel-commits mailing list