]> code.delx.au - pulseaudio/commitdiff
esound auth-ip-acl fix
authorNix <nix@esperi.org.uk>
Fri, 26 Sep 2008 18:29:17 +0000 (19:29 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 29 Sep 2008 20:06:14 +0000 (22:06 +0200)
[...]

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>
src/modules/module-protocol-stub.c

index 0e98b1c3e5196ade4b4bfd0f90394bf79e64c3b4..aefd4020fe1500294d7708f777afa9754f9cc62d 100644 (file)
 #  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"