Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
a606b24f
Commit
a606b24f
authored
Dec 13, 2010
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove trailing spaces
parent
253e2c02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
socket/turn.c
socket/turn.c
+3
-2
No files found.
socket/turn.c
View file @
a606b24f
...
@@ -625,7 +625,7 @@ priv_permission_timeout (gpointer data)
...
@@ -625,7 +625,7 @@ priv_permission_timeout (gpointer data)
we are sending to will be renewed) */
we are sending to will be renewed) */
priv_clear_permissions
(
priv
);
priv_clear_permissions
(
priv
);
agent_unlock
();
agent_unlock
();
return
TRUE
;
return
TRUE
;
}
}
...
@@ -634,7 +634,7 @@ priv_binding_timeout (gpointer data)
...
@@ -634,7 +634,7 @@ priv_binding_timeout (gpointer data)
{
{
TurnPriv
*
priv
=
(
TurnPriv
*
)
data
;
TurnPriv
*
priv
=
(
TurnPriv
*
)
data
;
GList
*
i
;
GList
*
i
;
nice_debug
(
"Permission is about to timeout, schedule renewal"
);
nice_debug
(
"Permission is about to timeout, schedule renewal"
);
agent_lock
();
agent_lock
();
...
@@ -717,6 +717,7 @@ nice_turn_socket_parse_recv (NiceSocket *sock, NiceSocket **from_sock,
...
@@ -717,6 +717,7 @@ nice_turn_socket_parse_recv (NiceSocket *sock, NiceSocket **from_sock,
}
else
if
(
stun_message_get_method
(
&
msg
)
==
STUN_OLD_SET_ACTIVE_DST
)
{
}
else
if
(
stun_message_get_method
(
&
msg
)
==
STUN_OLD_SET_ACTIVE_DST
)
{
StunTransactionId
request_id
;
StunTransactionId
request_id
;
StunTransactionId
response_id
;
StunTransactionId
response_id
;
if
(
priv
->
current_binding
&&
priv
->
current_binding_msg
)
{
if
(
priv
->
current_binding
&&
priv
->
current_binding_msg
)
{
stun_message_id
(
&
msg
,
response_id
);
stun_message_id
(
&
msg
,
response_id
);
stun_message_id
(
&
priv
->
current_binding_msg
->
message
,
request_id
);
stun_message_id
(
&
priv
->
current_binding_msg
->
message
,
request_id
);
...
...
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