From 1e77d1313ea7c407e3dff9bbeaa2ef7da0201615 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 3 Jan 2009 03:58:35 +0000 Subject: [PATCH] (trunk libT) oh ffs --- libtransmission/peer-io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/peer-io.c b/libtransmission/peer-io.c index e9333333a..567a4c9a4 100644 --- a/libtransmission/peer-io.c +++ b/libtransmission/peer-io.c @@ -761,7 +761,7 @@ tr_peerIoTryRead( tr_peerIo * io, size_t howmuch ) static int tr_peerIoTryWrite( tr_peerIo * io, size_t howmuch ) { - int n; + int n = 0; if(( howmuch = tr_bandwidthClamp( &io->bandwidth, TR_UP, howmuch ))) {