From f4c0b8c3c26289bdbd8540d8ba01ea5fdff79b8b Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 6 Apr 2009 20:33:50 +0000 Subject: [PATCH] (trunk libT) fix typo --- libtransmission/rpcimpl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/rpcimpl.c b/libtransmission/rpcimpl.c index b90ac2c22..22dae1143 100644 --- a/libtransmission/rpcimpl.c +++ b/libtransmission/rpcimpl.c @@ -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; }