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
3123204d
Commit
3123204d
authored
Dec 11, 2020
by
johan
Browse files
Disable Apple DNS Service for testing
parent
6b12799f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tester/tester.c
tester/tester.c
+2
-0
No files found.
tester/tester.c
View file @
3123204d
...
...
@@ -26,6 +26,7 @@
#include <bctoolbox/tester.h>
#include <bctoolbox/vfs.h>
#include "tester_utils.h"
#include "belle-sip/sipstack.h"
#define SKIP_PULSEAUDIO 1
...
...
@@ -168,6 +169,7 @@ void configure_lc(LinphoneCore *lc, const char *path, void *user_data) {
sal_enable_test_features
(
linphone_core_get_sal
(
lc
),
TRUE
);
belle_sip_stack_set_dns_engine
(
sal_get_stack_impl
(
linphone_core_get_sal
(
lc
)),
BELLE_SIP_DNS_DNS_C
);
// Make sure we are not using Apple DNS Service during liblinphone tests
setup_dns
(
lc
,
path
);
}
...
...
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