mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pipewire: module-protocol-simple: reduce name length
A client's name is its IP address or "client <fd>", neither of which are longer than 127 characters.
This commit is contained in:
parent
844eee678a
commit
11db00abdf
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ struct client {
|
|||
struct spa_hook core_proxy_listener;
|
||||
|
||||
struct spa_source *source;
|
||||
char name[512];
|
||||
char name[128];
|
||||
|
||||
struct pw_stream *capture;
|
||||
struct spa_hook capture_listener;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue