PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio
Commits: 1eb010b3 by Igor V. Kovalenko at 2022-05-17T23:14:49+03:00 module-tunnel: Initialize `auto` param default value to false Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/704> - - - - - 1 changed file: - src/modules/module-tunnel.c Changes: ===================================== src/modules/module-tunnel.c ===================================== @@ -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; View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/1eb010b397542db667ee3dc258ff9fc104fa7131 -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/1eb010b397542db667ee3dc258ff9fc104fa7131 You're receiving this email because of your account on gitlab.freedesktop.org.