mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
esound auth-ip-acl fix
[...] iv) module-protocol-stub has a one-character typo that breaks auth-ip-acl for the esound TCP module, patch: Unbreak esound auth-ip-acl. Signed-off-by: Lennart Poettering <lennart@poettering.net>
This commit is contained in:
parent
564ef2b71f
commit
a84b72bf96
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@
|
|||
# include <pulsecore/esound.h>
|
||||
# define TCPWRAP_SERVICE "esound"
|
||||
# define IPV4_PORT ESD_DEFAULT_PORT
|
||||
# define MODULE_ARGUMENTS_COMMON "sink", "source", "auth-anonymous", "cookie", "auth-cookie", "auth-cookie-enabled"
|
||||
# define MODULE_ARGUMENTS_COMMON "sink", "source", "auth-anonymous", "cookie", "auth-cookie", "auth-cookie-enabled",
|
||||
|
||||
# ifdef USE_TCP_SOCKETS
|
||||
# include "module-esound-protocol-tcp-symdef.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue