mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
daemon: add missing tty_fd definition
This commit is contained in:
parent
bff94c192d
commit
de2654c4e4
1 changed files with 1 additions and 0 deletions
|
|
@ -618,6 +618,7 @@ int main(int argc, char *argv[]) {
|
||||||
|
|
||||||
if (conf->daemonize) {
|
if (conf->daemonize) {
|
||||||
pid_t child;
|
pid_t child;
|
||||||
|
int tty_fd;
|
||||||
|
|
||||||
if (pa_stdio_acquire() < 0) {
|
if (pa_stdio_acquire() < 0) {
|
||||||
pa_log(_("Failed to acquire stdio."));
|
pa_log(_("Failed to acquire stdio."));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue