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
425811c1
Commit
425811c1
authored
Feb 02, 2010
by
Niels Möller
Browse files
(kill_client_connection): Use trace rather than werror.
Rev: src/client.c:1.180
parent
29a30c1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client.c
View file @
425811c1
...
...
@@ -82,7 +82,7 @@ kill_client_connection(struct resource *s)
CAST
(
client_connection
,
self
,
s
);
if
(
self
->
super
.
super
.
alive
)
{
werror
(
"kill_client_connection
\n
"
);
trace
(
"kill_client_connection
\n
"
);
self
->
super
.
super
.
alive
=
0
;
...
...
Write
Preview
Supports
Markdown
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