Re: [pulseaudio-discuss] [PATCH] device-manager: Don't allow setting an empty description in the client API

2014-08-24 Thread Tanu Kaskinen
On Tue, 2014-08-12 at 12:48 +0300, Tanu Kaskinen wrote: The module implementation treats an empty description as a protocol error, so we should validate the description already at client side. --- src/pulse/ext-device-manager.c | 1 + 1 file changed, 1 insertion(+) diff --git

[pulseaudio-discuss] [PATCH] device-manager: Don't allow setting an empty description in the client API

2014-08-12 Thread Tanu Kaskinen
The module implementation treats an empty description as a protocol error, so we should validate the description already at client side. --- src/pulse/ext-device-manager.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pulse/ext-device-manager.c b/src/pulse/ext-device-manager.c index