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
7cd7806c
Commit
7cd7806c
authored
Mar 09, 2011
by
Pekka Pessi
Browse files
nua_client_create: fix check for su_msg
MeeGo Coverity issue CID#7648
parent
1752a481
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libsofia-sip-ua/nua/nua_client.c
libsofia-sip-ua/nua/nua_client.c
+1
-1
No files found.
libsofia-sip-ua/nua/nua_client.c
View file @
7cd7806c
...
...
@@ -174,7 +174,7 @@ int nua_client_create(nua_handle_t *nh,
if
(
tags
)
{
nua_move_signal
(
cr
->
cr_signal
,
nh
->
nh_nua
->
nua_signal
);
if
(
cr
->
cr_signal
)
{
if
(
cr
->
cr_signal
[
0
]
)
{
/* Steal reference from signal */
cr
->
cr_owner
=
e
->
e_nh
,
e
->
e_nh
=
NULL
;
cr
->
cr_tags
=
tags
;
...
...
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