mirror of
https://github.com/transmission/transmission
synced 2025-03-10 06:02:57 +00:00
fix Wyzo
This commit is contained in:
parent
ca1c0dee37
commit
bd2de0888e
1 changed files with 1 additions and 1 deletions
|
@ -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 ) )
|
||||
|
|
Loading…
Add table
Reference in a new issue