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
liblinphone
Commits
a9edb2a7
Commit
a9edb2a7
authored
Nov 22, 2018
by
Mickaël Turnel
Browse files
Start core with default values at FALSE
parent
f83d6c4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
coreapi/linphonecore.c
coreapi/linphonecore.c
+0
-4
No files found.
coreapi/linphonecore.c
View file @
a9edb2a7
...
...
@@ -2364,10 +2364,6 @@ static void linphone_core_init(LinphoneCore * lc, LinphoneCoreCbs *cbs, LpConfig
lc
->
network_last_status
=
FALSE
;
lc
->
network_reachable
=
TRUE
;
lc
->
sip_network_reachable
=
TRUE
;
lc
->
media_network_reachable
=
TRUE
;
/* Create the http provider in dual stack mode (ipv4 and ipv6.
* If this creates problem, we may need to implement parallel ipv6/ ipv4 http requests in belle-sip.
*/
...
...
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