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
9b722421
Commit
9b722421
authored
Mar 09, 2011
by
Pekka Pessi
Browse files
nua_register.c: remove redundant code
MeeGo Coverity issue CID#7811
parent
cf9e809b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libsofia-sip-ua/nua/nua_register.c
libsofia-sip-ua/nua/nua_register.c
+1
-1
No files found.
libsofia-sip-ua/nua/nua_register.c
View file @
9b722421
...
...
@@ -2035,7 +2035,7 @@ sip_contact_t *nua_handle_contact_by_via(nua_handle_t *nh,
char
*
s
=
strcpy
(
_transport
,
transport
);
short
c
;
for
(
s
=
_transport
;
(
c
=
*
s
)
&&
c
!=
';'
;
s
++
)
for
(;
(
c
=
*
s
)
&&
c
!=
';'
;
s
++
)
if
(
isupper
(
c
))
*
s
=
tolower
(
c
);
...
...
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