Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Olivier Crête
libnice
Commits
3237f30d
Commit
3237f30d
authored
Mar 27, 2014
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test-fullmode: Do #if instead of #ifdef as we set it to 0
parent
2ffa3aeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test-fullmode.c
tests/test-fullmode.c
+1
-1
No files found.
tests/test-fullmode.c
View file @
3237f30d
...
...
@@ -373,7 +373,7 @@ static int run_full_test (NiceAgent *lagent, NiceAgent *ragent, NiceAddress *bas
nice_agent_set_port_range
(
ragent
,
rs_id
,
2
,
10000
,
10002
);
g_assert
(
nice_agent_gather_candidates
(
ragent
,
rs_id
)
==
TRUE
);
#if
def
USE_LOOPBACK
#if USE_LOOPBACK
{
GSList
*
cands
=
NULL
,
*
i
;
NiceCandidate
*
cand
=
NULL
;
...
...
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