Skip to content
GitLab
Menu
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
a5e6ca8e
Commit
a5e6ca8e
authored
Apr 20, 2003
by
Niels Möller
Browse files
(do_connect_list_callback): Update fd->label.
Rev: src/io.c:1.193
parent
d44acd58
Changes
1
Show whitespace changes
Inline
Side-by-side
src/io.c
View file @
a5e6ca8e
...
...
@@ -1687,6 +1687,7 @@ do_connect_list_callback(struct io_callback *s,
/* Remove the successful fd, and kill the rest */
self
->
state
->
fds
[
self
->
index
]
=
NULL
;
KILL_RESOURCE
(
&
self
->
state
->
super
);
fd
->
label
=
"connected socket"
;
COMMAND_RETURN
(
self
->
state
->
c
,
fd
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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