mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -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;
|
||||
}
|
||||
|
||||
automatic = false;
|
||||
if (pa_modargs_get_value_boolean(ma, "auto", &automatic) < 0) {
|
||||
pa_log("Failed to parse argument \"auto\".");
|
||||
goto fail;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue