[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.15-66-g5326f5f
Lennart Poettering
gitmailer-noreply at 0pointer.de
Wed Apr 29 16:39:03 PDT 2009
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 93db3cba60f437fc97abcceceadcc2d7f4ce8479 (commit)
- Log -----------------------------------------------------------------
5326f5f rygel: get rid of forgotten debug trap
-----------------------------------------------------------------------
Summary of changes:
src/modules/module-rygel-media-server.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
commit 5326f5f3bdbba97b63f0b5ef4497e81e44cb9abc
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Apr 30 01:39:02 2009 +0200
rygel: get rid of forgotten debug trap
diff --git a/src/modules/module-rygel-media-server.c b/src/modules/module-rygel-media-server.c
index da6bc7a..8ea134b 100644
--- a/src/modules/module-rygel-media-server.c
+++ b/src/modules/module-rygel-media-server.c
@@ -300,8 +300,6 @@ static char *compute_url(struct userdata *u, const char *name) {
for (i = pa_http_protocol_servers(u->http); i; i = pa_strlist_next(i)) {
pa_parsed_address a;
- PA_DEBUG_TRAP;
-
if (pa_parse_address(pa_strlist_data(i), &a) >= 0 &&
(a.type == PA_PARSED_ADDRESS_TCP4 ||
a.type == PA_PARSED_ADDRESS_TCP6 ||
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list