Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
sofia-sip
Commits
73da86f7
Commit
73da86f7
authored
Nov 07, 2005
by
Pekka Pessi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Not using sip_none anymore.
darcs-hash:20051107183104-65a35-25d99e4b5930912703b5115c6deab9bfe09c0b3e.gz
parent
0355b936
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libsofia-sip-ua/sip/sip_header.c
libsofia-sip-ua/sip/sip_header.c
+1
-1
No files found.
libsofia-sip-ua/sip/sip_header.c
View file @
73da86f7
...
...
@@ -143,7 +143,7 @@ int sip_add_headers(msg_t *msg, sip_t *sip,
for
(;
extra
;
extra
=
va_arg
(
headers
,
void
*
))
{
if
(
extra
!=
sip_none
)
if
(
extra
!=
SIP_NONE
)
if
(
sip_add_dup
(
msg
,
sip
,
extra
)
<
0
)
{
return
-
1
;
}
...
...
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