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
oai
freediameter
Commits
a43fb71f
Commit
a43fb71f
authored
Feb 16, 2010
by
Sebastien Decugis
Browse files
Add a debug message
parent
4e393b66
Changes
1
Hide whitespace changes
Inline
Side-by-side
freeDiameter/cnxctx.c
View file @
a43fb71f
...
...
@@ -498,6 +498,8 @@ void fd_cnx_markerror(struct cnxctx * conn)
TRACE_ENTRY
(
"%p"
,
conn
);
CHECK_PARAMS_DO
(
conn
,
goto
fatal
);
TRACE_DEBUG
(
FULL
,
"Connection (%d) CC_STATUS_ERROR set"
,
conn
->
cc_socket
);
/* Mark the error */
conn
->
cc_status
|=
CC_STATUS_ERROR
;
...
...
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