Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
0c0b49c7
Commit
0c0b49c7
authored
Mar 15, 2002
by
Niels Möller
Browse files
Trivial bugfix.
Rev: src/unix_process.c:1.3
parent
36224ab3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/unix_process.c
View file @
0c0b49c7
...
...
@@ -249,7 +249,7 @@ utmp_book_keeping(struct lsh_string *name,
#endif
#if HAVE_PUTUTLINE
if
(
!
pututline
(
&
entry
))
if
(
!
pututline
(
&
cleanup
->
utmp
))
werror
(
"pututline failed (errno = %i): %z
\n
"
,
errno
,
STRERROR
(
errno
));
#endif
...
...
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