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:
parent
0c6d70040a
commit
f4c0b8c3c2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue