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
belle-sip
Commits
681d6a7c
Commit
681d6a7c
authored
Jun 03, 2016
by
Simon Morlat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix belle_sip_resolve
parent
5d0e3eda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tester/resolve.c
tester/resolve.c
+1
-1
No files found.
tester/resolve.c
View file @
681d6a7c
...
@@ -62,7 +62,7 @@ int main(int argc, char *argv[]){
...
@@ -62,7 +62,7 @@ int main(int argc, char *argv[]){
}
}
stack
=
belle_sip_stack_new
(
NULL
);
stack
=
belle_sip_stack_new
(
NULL
);
printf
(
"Trying to resolve domain '%s', with transport hint '%s'
\n
"
,
domain
,
transport
);
printf
(
"Trying to resolve domain '%s', with transport hint '%s'
\n
"
,
domain
,
transport
);
belle_sip_stack_resolve
(
stack
,
transport
,
domain
,
5060
,
AF_INET6
,
resolver_callback
,
NULL
);
belle_sip_stack_resolve
(
stack
,
"sip"
,
transport
,
domain
,
5060
,
AF_INET6
,
resolver_callback
,
NULL
);
belle_sip_stack_main
(
stack
);
belle_sip_stack_main
(
stack
);
belle_sip_object_unref
(
stack
);
belle_sip_object_unref
(
stack
);
return
0
;
return
0
;
...
...
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