[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.12-85-ga84b72b
Lennart Poettering
gitmailer-noreply at 0pointer.de
Mon Sep 29 13:06:55 PDT 2008
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from 564ef2b71fe67b58c5dfd6dd767467dad13f475e (commit)
- Log -----------------------------------------------------------------
a84b72b... esound auth-ip-acl fix
-----------------------------------------------------------------------
Summary of changes:
src/modules/module-protocol-stub.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit a84b72bf96745702ba59c678a973edc7504ee50e
Author: Nix <nix at esperi.org.uk>
Date: Fri Sep 26 19:29:17 2008 +0100
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 at poettering.net>
diff --git a/src/modules/module-protocol-stub.c b/src/modules/module-protocol-stub.c
index 0e98b1c..aefd402 100644
--- a/src/modules/module-protocol-stub.c
+++ b/src/modules/module-protocol-stub.c
@@ -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"
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list