Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sofia-sip
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
external
sofia-sip
Commits
cb0e67ef
Commit
cb0e67ef
authored
Mar 09, 2011
by
Pekka Pessi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nua_client.c: remove dead code from nua_base_client_check_restart()
MeeGo Coverity issue CID#7511
parent
e8f80e97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
nua_client.c
libsofia-sip-ua/nua/nua_client.c
+0
-4
No files found.
libsofia-sip-ua/nua/nua_client.c
View file @
cb0e67ef
...
@@ -1150,13 +1150,9 @@ int nua_base_client_check_restart(nua_client_request_t *cr,
...
@@ -1150,13 +1150,9 @@ int nua_base_client_check_restart(nua_client_request_t *cr,
sip_add_dup
(
cr
->
cr_msg
,
cr
->
cr_sip
,
(
sip_header_t
*
)
r
)
>=
0
)
sip_add_dup
(
cr
->
cr_msg
,
cr
->
cr_sip
,
(
sip_header_t
*
)
r
)
>=
0
)
return
nua_client_restart
(
cr
,
100
,
"Redirected via a proxy"
);
return
nua_client_restart
(
cr
,
100
,
"Redirected via a proxy"
);
break
;
break
;
default:
break
;
}
}
}
}
if
(
status
==
423
)
{
if
(
status
==
423
)
{
unsigned
my_expires
=
0
;
unsigned
my_expires
=
0
;
...
...
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