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
0ea9c5fa
Commit
0ea9c5fa
authored
Dec 27, 2005
by
Martti Mela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stun minor update
darcs-hash:20051227082913-1b897-0586c9344a4a73b0dd5bd0833f16fdc1568e2ecd.gz
parent
0d764b58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
libsofia-sip-ua/stun/stun.c
libsofia-sip-ua/stun/stun.c
+1
-2
No files found.
libsofia-sip-ua/stun/stun.c
View file @
0ea9c5fa
...
...
@@ -1271,12 +1271,11 @@ int stun_bind_callback(stun_magic_t *m, su_wait_t *w, stun_handle_t *self)
break
;
case
BINDING_ERROR_RESPONSE
:
default:
if
(
stun_process_error_response
(
&
binding_response
)
<
0
)
{
SU_DEBUG_3
((
"%s: Error in Binding Error Response.
\n
"
,
__func__
));
}
break
;
default:
break
;
}
...
...
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