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
ee2215c8
Commit
ee2215c8
authored
Nov 30, 2009
by
Sebastien Decugis
Browse files
Fix compilation error
parent
5ba3db0d
Changes
1
Show whitespace changes
Inline
Side-by-side
freeDiameter/p_ce.c
View file @
ee2215c8
...
...
@@ -659,7 +659,7 @@ int fd_p_ce_msgrcv(struct msg ** msg, int req, struct fd_peer * peer)
CHECK_FCT_DO
(
save_remote_CE_info
(
*
msg
,
peer
,
&
ec
),
goto
cleanup
);
/* Dispose of the message, we don't need it anymore */
CHECK_FCT
(
fd_msg_free
(
*
msg
),
/* continue */
);
CHECK_FCT
_DO
(
fd_msg_free
(
*
msg
),
/* continue */
);
*
msg
=
NULL
;
/* Handshake if needed, start clear otherwise */
...
...
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