From cc96b12bbc423132a9a4c70b2cdf2f40a51d2c2d Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Fri, 18 Feb 2011 00:43:21 +0000 Subject: [PATCH] Fix typo. --- 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 ab91dfee8..e3a38a05e 100644 --- a/libtransmission/peer-io.c +++ b/libtransmission/peer-io.c @@ -427,7 +427,7 @@ utp_on_state_change(void *closure, int state) if( state == UTP_STATE_CONNECT ) { dbgmsg( io, "utp_on_state_change -- changed to connected" ); - io->dhtSupported = TRUE; + io->utpSupported = TRUE; } else if( state == UTP_STATE_WRITABLE ) { dbgmsg( io, "utp_on_state_change -- changed to writable" ); } else if( state == UTP_STATE_EOF ) {