1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-10 06:02:57 +00:00
This commit is contained in:
Mitchell Livingston 2007-11-24 19:36:26 +00:00
parent ca1c0dee37
commit bd2de0888e

View file

@ -242,7 +242,7 @@ char * tr_clientForId( const uint8_t * id )
}
else if( !memcmp( &id[1], "WY", 2 ) )
{
tr_asprintf( &ret, " zo %c.%c.%c.%c",
tr_asprintf( &ret, "Wyzo %c.%c.%c.%c",
id[3], id[4], id[5], id[6] );
}
else if( !memcmp( &id[1], "LW", 2 ) )