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