Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
77d2352d
Commit
77d2352d
authored
Mar 24, 2006
by
Kai Vehmanen
Browse files
Fixed typo in stun.
darcs-hash:20060324013851-7659e-ad51148501097afec1378d45cc8791d97e008f08.gz
parent
df7ae6ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libsofia-sip-ua/stun/stun.c
libsofia-sip-ua/stun/stun.c
+1
-1
No files found.
libsofia-sip-ua/stun/stun.c
View file @
77d2352d
...
...
@@ -464,7 +464,7 @@ stun_handle_t *stun_handle_create(stun_magic_t *context,
stun
->
sh_context
=
context
;
stun
->
sh_callback
=
cb
;
/* always try TLS: */
stun
->
sh_use_msgint
=
1
;
/* XXX: do not commit */
stun
->
sh_use_msgint
=
1
;
/* whether use of shared-secret msgint is required */
stun
->
sh_req_msgint
=
req_msg_integrity
;
...
...
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