Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
sofia-sip
Commits
78d703cc
Commit
78d703cc
authored
May 06, 2006
by
Kai Vehmanen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed STUN's Test-IV.
darcs-hash:20060506125657-7659e-228c0ead05cd661ddd32513d8ef633c60c7e9be7.gz
parent
fc61b4d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libsofia-sip-ua/stun/stun.c
libsofia-sip-ua/stun/stun.c
+2
-2
No files found.
libsofia-sip-ua/stun/stun.c
View file @
78d703cc
...
...
@@ -2193,8 +2193,8 @@ static int action_determine_nattype(stun_request_t *req, stun_msg_t *binding_res
* Test-II by the STUN server to send us packets.
*/
req
->
sr_state
=
stun_req_dispose_me
;
req
=
NULL
;
SU_DEBUG_7
((
"Sending Test-IV packet to %s.
\n
"
,
inet_ntoa
(
sd
->
sd_sec_addr
[
0
].
su_sin
.
sin_addr
)))
;
sd
->
sd_fourth
=
2
;
/* request, -1, 0, 1 reserved for results */
req
->
sr_state
=
stun_req_dispose_me
;
...
...
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