(trunk libT) fix typo

This commit is contained in:
Charles Kerr
2009-04-06 20:33:50 +00:00
parent 0c6d70040a
commit f4c0b8c3c2
+1 -1
View File
@@ -790,7 +790,7 @@ portTest( tr_session * session,
{
const int port = tr_sessionGetPeerPort( session );
char * url = tr_strdup_printf( "http://portcheck.transmissionbt.com/%d", port );
tr_webRun( session, url, NULL, portTest, idle_data );
tr_webRun( session, url, NULL, portTested, idle_data );
tr_free( url );
return NULL;
}