From dfa3e0f5b613a0f20921a65922a1b0b208175e86 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 3 Jun 2009 13:24:02 +0000 Subject: [PATCH] (trunk daemon) fix r8595 oops --- daemon/remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/remote.c b/daemon/remote.c index b02b9a609..cba5183fe 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -876,7 +876,7 @@ printSession( tr_benc * top ) char buf[128]; printf( "LIMITS\n" ); - printf( " Peer limit: %" PRId64 "\n", i ); + printf( " Peer limit: %" PRId64 "\n", peerLimit ); if( altEnabled ) tr_snprintf( buf, sizeof( buf ), "%"PRId64" KB/s", altUp );