Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
steam
systemd
Commits
7bc0351d
Commit
7bc0351d
authored
Jul 12, 2010
by
Lennart Poettering
Browse files
util: fix error handling in acquire_terminal()
parent
fc9b2a84
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/util.c
View file @
7bc0351d
...
...
@@ -2030,7 +2030,7 @@ int acquire_terminal(const char *name, bool fail, bool force, bool ignore_tiocst
}
if
(
e
.
wd
!=
wd
||
!
(
e
.
mask
&
IN_CLOSE
))
{
r
=
-
errno
;
r
=
-
EIO
;
goto
fail
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment