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:
Barnabás Pőcze 2022-01-13 13:15:44 +01:00
parent 844eee678a
commit 11db00abdf

View file

@ -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;