mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
Add bitspirit to clients list.
This commit is contained in:
parent
8bf8cb4c47
commit
1e3248e54a
1 changed files with 4 additions and 0 deletions
|
@ -364,6 +364,10 @@ char * tr_clientForId( uint8_t * id )
|
||||||
{
|
{
|
||||||
asprintf( &ret, "eXeem" );
|
asprintf( &ret, "eXeem" );
|
||||||
}
|
}
|
||||||
|
else if( '\0' == id[0] && 'B' == id[2] && 'S' == id[3] )
|
||||||
|
{
|
||||||
|
asprintf( &ret, "BitSpirit v%u", id[1] );
|
||||||
|
}
|
||||||
|
|
||||||
/* No match */
|
/* No match */
|
||||||
if( !ret )
|
if( !ret )
|
||||||
|
|
Loading…
Reference in a new issue