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:
Nix 2008-09-26 19:29:17 +01:00 committed by Lennart Poettering
parent 564ef2b71f
commit a84b72bf96

View file

@ -148,7 +148,7 @@
# include <pulsecore/esound.h> # include <pulsecore/esound.h>
# define TCPWRAP_SERVICE "esound" # define TCPWRAP_SERVICE "esound"
# define IPV4_PORT ESD_DEFAULT_PORT # 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 # ifdef USE_TCP_SOCKETS
# include "module-esound-protocol-tcp-symdef.h" # include "module-esound-protocol-tcp-symdef.h"