1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00

add LH-ABC to the clients list

This commit is contained in:
Mitchell Livingston 2008-02-11 22:24:47 +00:00
parent 4cda5dd02f
commit 22cbdfb624

View file

@ -146,6 +146,11 @@ char * tr_clientForId( const uint8_t * id )
charToInt( id[3] ), charToInt( id[4] ),
charToInt( id[5] ), charToInt( id[6] ) );
}
else if( !memcmp( &id[1], "LH", 2 ) )
{
tr_asprintf( &ret, "LH-ABC %c.%c.%c",
id[3], id[4], id[5] );
}
else if( !memcmp( &id[1], "TT", 2 ) )
{
tr_asprintf( &ret, "TuoTu %c.%c.%c",