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
a92d0981
Commit
a92d0981
authored
Oct 03, 2001
by
Niels Möller
Browse files
Added trace message to make_client_session_channel.
Rev: src/client_session.c:1.13
parent
55e42d47
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client_session.c
View file @
a92d0981
...
...
@@ -194,6 +194,7 @@ make_client_session_channel(struct lsh_fd *in,
{
NEW
(
client_session_channel
,
self
);
trace
(
"make_client_session_channel
\n
"
);
init_channel
(
&
self
->
super
);
/* Makes sure the pending_close bit is set whenever this session
...
...
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