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
3f6f5e2e
Commit
3f6f5e2e
authored
Sep 23, 2005
by
Pekka Pessi
Browse files
Fixed debugging output.
darcs-hash:20050923143509-65a35-56b5544d0131d78afaafbd77e209ab8011196f00.gz
parent
d1b23845
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
libsofia-sip-ua/nua/nua_stack.c
libsofia-sip-ua/nua/nua_stack.c
+1
-2
No files found.
libsofia-sip-ua/nua/nua_stack.c
View file @
3f6f5e2e
...
...
@@ -565,7 +565,6 @@ char const *nua_event_name(nua_event_t event)
case
nua_i_invite
:
return
"nua_i_invite"
;
case
nua_i_fork
:
return
"nua_i_fork"
;
case
nua_i_active
:
return
"nua_i_active"
;
case
nua_i_terminate
:
return
"nua_i_terminate"
;
case
nua_i_cancel
:
return
"nua_i_cancel"
;
case
nua_i_bye
:
return
"nua_i_bye"
;
case
nua_i_options
:
return
"nua_i_options"
;
...
...
@@ -4847,7 +4846,7 @@ int process_update(nua_t *nua,
/* Respond to UPDATE */
if
(
soa_generate_answer
(
nh
->
nh_soa
,
NULL
)
<
0
)
{
SU_DEBUG_5
((
"nua(%p): error processing SDP in
INVI
TE
\n
"
,
nh
));
SU_DEBUG_5
((
"nua(%p): error processing SDP in
UPDA
TE
\n
"
,
nh
));
msg_destroy
(
msg
);
status
=
soa_error_as_sip_response
(
nh
->
nh_soa
,
&
phrase
);
nta_incoming_treply
(
irq
,
status
,
phrase
,
TAG_END
());
...
...
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