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
belle-sip
Commits
96d9dc55
Commit
96d9dc55
authored
Nov 09, 2016
by
Ghislain MARY
Browse files
Fix build on Windows 10.
parent
3b047f92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/belle_sip_resolver.c
src/belle_sip_resolver.c
+1
-1
No files found.
src/belle_sip_resolver.c
View file @
96d9dc55
...
...
@@ -600,7 +600,7 @@ static void * _resolver_getaddrinfo_thread(void *ptr) {
static
int
_resolver_getaddrinfo_callback
(
belle_sip_simple_resolver_context_t
*
ctx
,
unsigned
int
revents
)
{
if
(
!
ctx
->
getaddrinfo_cancelled
)
{
belle_sip_resolver_context_notify
(
ctx
);
belle_sip_resolver_context_notify
(
BELLE_SIP_RESOLVER_CONTEXT
(
ctx
)
)
;
}
belle_sip_object_unref
(
ctx
);
return
BELLE_SIP_STOP
;
...
...
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