1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-09 13:50:00 +00:00

(trunk libT) fix typo

This commit is contained in:
Charles Kerr 2009-04-06 20:33:50 +00:00
parent 0c6d70040a
commit f4c0b8c3c2

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;
}