From 3237f30d5df18c0554c8c652436e79aecc9d3186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Thu, 27 Mar 2014 17:50:08 -0400 Subject: [PATCH] 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 3a10d479..6f419bd0 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; -- GitLab