mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-03-11 05:33:53 -04:00
module-tunnel: Initialize auto param default value to false
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/704>
This commit is contained in:
parent
325108e532
commit
1eb010b397
1 changed files with 1 additions and 0 deletions
|
|
@ -2349,6 +2349,7 @@ static int do_init(pa_module *m) {
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
automatic = false;
|
||||||
if (pa_modargs_get_value_boolean(ma, "auto", &automatic) < 0) {
|
if (pa_modargs_get_value_boolean(ma, "auto", &automatic) < 0) {
|
||||||
pa_log("Failed to parse argument \"auto\".");
|
pa_log("Failed to parse argument \"auto\".");
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue