Fix typo.

This commit is contained in:
Juliusz Chroboczek 2011-02-18 00:43:21 +00:00
parent 004d30337b
commit cc96b12bbc
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {