mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
rygel: get rid of forgotten debug trap
This commit is contained in:
parent
93db3cba60
commit
5326f5f3bd
1 changed files with 0 additions and 2 deletions
|
|
@ -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)) {
|
for (i = pa_http_protocol_servers(u->http); i; i = pa_strlist_next(i)) {
|
||||||
pa_parsed_address a;
|
pa_parsed_address a;
|
||||||
|
|
||||||
PA_DEBUG_TRAP;
|
|
||||||
|
|
||||||
if (pa_parse_address(pa_strlist_data(i), &a) >= 0 &&
|
if (pa_parse_address(pa_strlist_data(i), &a) >= 0 &&
|
||||||
(a.type == PA_PARSED_ADDRESS_TCP4 ||
|
(a.type == PA_PARSED_ADDRESS_TCP4 ||
|
||||||
a.type == PA_PARSED_ADDRESS_TCP6 ||
|
a.type == PA_PARSED_ADDRESS_TCP6 ||
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue