[Pkg-telepathy-commits] [libnice] 179/265: test-fullmode: Do #if instead of #ifdef as we set it to 0
Simon McVittie
smcv at debian.org
Wed May 14 12:05:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian
in repository libnice.
commit 80be0d937f3c069aeb9613854095c25568c4c961
Author: Olivier Crête <olivier.crete at collabora.com>
Date: Thu Mar 27 17:50:08 2014 -0400
test-fullmode: Do #if instead of #ifdef as we set it to 0
---
tests/test-fullmode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/test-fullmode.c b/tests/test-fullmode.c
index 3a10d47..6f419bd 100644
--- a/tests/test-fullmode.c
+++ b/tests/test-fullmode.c
@@ -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);
-#ifdef USE_LOOPBACK
+#if USE_LOOPBACK
{
GSList *cands = NULL, *i;
NiceCandidate *cand = NULL;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/libnice.git
More information about the Pkg-telepathy-commits
mailing list