mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
add Pando to clients
This commit is contained in:
parent
cba65f1203
commit
2cb1160945
1 changed files with 5 additions and 0 deletions
|
@ -232,6 +232,11 @@ char * tr_clientForId( uint8_t * id )
|
|||
asprintf( &ret, "GetRight (%c.%c.%c.%c)",
|
||||
id[3], id[4], id[5], id[6] );
|
||||
}
|
||||
else if( !memcmp( &id[1], "PD", 2 ) )
|
||||
{
|
||||
asprintf( &ret, "Pando %c.%c.%c.%c",
|
||||
id[3], id[4], id[5], id[6] );
|
||||
}
|
||||
|
||||
if( ret )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue