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
aaa3f151
Commit
aaa3f151
authored
Nov 21, 2006
by
Pekka Pessi
Browse files
nua_stack.c: removed warning.
darcs-hash:20061120225749-65a35-67dc5f2b0c339fd0957594cc0ef93386b1a21d49.gz
parent
5cd081a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
libsofia-sip-ua/nua/nua_stack.c
libsofia-sip-ua/nua/nua_stack.c
+2
-0
No files found.
libsofia-sip-ua/nua/nua_stack.c
View file @
aaa3f151
...
...
@@ -1831,6 +1831,7 @@ nua_server_request_t *nua_server_request(nua_t *nua,
nua_server_respond_f
*
respond
,
int
create_dialog
)
{
msg_t
*
msg
;
int
initial
=
1
,
final
=
200
;
assert
(
nua
&&
irq
&&
sip
&&
sr
);
...
...
@@ -1882,6 +1883,7 @@ nua_server_request_t *nua_server_request(nua_t *nua,
sr
->
sr_method
=
sip
->
sip_request
->
rq_method
;
sr
->
sr_respond
=
respond
;
sr
->
sr_irq
=
irq
;
sr
->
sr_msg
=
msg
;
sr
->
sr_initial
=
initial
;
return
sr
;
...
...
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