projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6734fba
)
merge r2186 from prepare-0.9.10
author
Lennart Poettering
<lennart@poettering.net>
Mon, 31 Mar 2008 22:06:46 +0000
(22:06 +0000)
committer
Lennart Poettering
<lennart@poettering.net>
Mon, 31 Mar 2008 22:06:46 +0000
(22:06 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2202
fefdeb5f
-60dc-0310-8127-
8f9354f1896f
src/modules/module-tunnel.c
patch
|
blob
|
history
diff --git
a/src/modules/module-tunnel.c
b/src/modules/module-tunnel.c
index a53e39321fe23fa82a9c29bdc3b587cb9a8bb9d4..62dac5d379b55ff1a0638eb443ce5a66885e4103 100644
(file)
--- a/
src/modules/module-tunnel.c
+++ b/
src/modules/module-tunnel.c
@@
-723,7
+723,7
@@
static void sink_info_cb(pa_pdispatch *pd, uint32_t command, PA_GCC_UNUSED uint3
goto fail;
}
- if (strcmp(name, u->sink_name))
+ if (
!u->sink_name ||
strcmp(name, u->sink_name))
return;
pa_xfree(u->device_description);
@@
-836,7
+836,7
@@
static void source_info_cb(pa_pdispatch *pd, uint32_t command, PA_GCC_UNUSED uin
goto fail;
}
- if (strcmp(name, u->source_name))
+ if (
!u->source_name ||
strcmp(name, u->source_name))
return;
pa_xfree(u->device_description);