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
05a77dbf
Commit
05a77dbf
authored
Apr 04, 2017
by
Ghislain MARY
Browse files
Fix build.
parent
fd7a289c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tester/belle_sip_tester.c
tester/belle_sip_tester.c
+1
-1
No files found.
tester/belle_sip_tester.c
View file @
05a77dbf
...
...
@@ -213,7 +213,7 @@ int main (int argc, char *argv[]) {
if
(
env_domain
)
{
test_domain
=
env_domain
;
}
bctbx_init_logger
();
bctbx_init_logger
(
TRUE
);
for
(
i
=
1
;
i
<
argc
;
++
i
){
if
(
strcmp
(
argv
[
i
],
"--verbose"
)
==
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