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
0fce606b
Commit
0fce606b
authored
Jul 09, 2007
by
Pekka Pessi
Browse files
sdp.c: fixed sdp_session_cmp() - extra m
darcs-hash:20070709180043-65a35-78e958826b8355789e6929a29386ba506bb027f1.gz
parent
b36a8b87
Changes
1
Hide whitespace changes
Inline
Side-by-side
libsofia-sip-ua/sdp/sdp.c
View file @
0fce606b
...
...
@@ -1180,7 +1180,7 @@ int sdp_session_cmp(sdp_session_t const *a, sdp_session_t const *b)
return
rv
;
for
(
am
=
a
->
sdp_media
,
bm
=
b
->
sdp_media
;
am
||
b
b
;
am
||
b
m
;
am
=
am
->
m_next
,
bm
=
bm
->
m_next
)
if
((
rv
=
sdp_media_cmp
(
am
,
bm
)))
return
rv
;
...
...
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