diff options
Diffstat (limited to 'src/modules/module-cli.c')
| -rw-r--r-- | src/modules/module-cli.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/modules/module-cli.c b/src/modules/module-cli.c index 6bd0f4fc..c5ff4564 100644 --- a/src/modules/module-cli.c +++ b/src/modules/module-cli.c @@ -105,7 +105,7 @@ int pa__init(pa_module*m) {       * of log messages, particularly because if stdout and stderr are       * dup'ed they share the same O_NDELAY, too. */ -    if ((fd = open("/dev/tty", O_RDWR|O_CLOEXEC|O_NONBLOCK)) >= 0) { +    if ((fd = pa_open_cloexec("/dev/tty", O_RDWR|O_NONBLOCK, 0)) >= 0) {          io = pa_iochannel_new(m->core->mainloop, fd, fd);          pa_log_debug("Managed to open /dev/tty.");      } else { | 
