test-fullmode: Do #if instead of #ifdef as we set it to 0
authorOlivier Crête <olivier.crete@collabora.com>
Thu, 27 Mar 2014 21:50:08 +0000 (17:50 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Thu, 27 Mar 2014 22:05:40 +0000 (18:05 -0400)
tests/test-fullmode.c

index 3a10d47..6f419bd 100644 (file)
@@ -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;