1
0
Fork 0
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:
Mitchell Livingston 2007-08-03 11:01:33 +00:00
parent cba65f1203
commit 2cb1160945

View file

@ -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 )
{