mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
add eXeem to clients
This commit is contained in:
parent
0cc6a306ac
commit
6e812353f1
1 changed files with 4 additions and 0 deletions
|
@ -242,6 +242,10 @@ char * tr_clientForId( uint8_t * id )
|
||||||
{
|
{
|
||||||
asprintf( &ret, "TorrentTopia" );
|
asprintf( &ret, "TorrentTopia" );
|
||||||
}
|
}
|
||||||
|
else if( !memcmp( id, "eX", 2 ) )
|
||||||
|
{
|
||||||
|
asprintf( &ret, "eXeem" );
|
||||||
|
}
|
||||||
|
|
||||||
/* No match */
|
/* No match */
|
||||||
if( !ret )
|
if( !ret )
|
||||||
|
|
Loading…
Reference in a new issue