fix
authorChristian Grothoff <christian@grothoff.org>
Tue, 19 Jul 2011 13:48:52 +0000 (13:48 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 19 Jul 2011 13:48:52 +0000 (13:48 +0000)
src/transport/gnunet-service-transport.c

index 31ac55d3490589f86a8083dc987ead676891419f..89679e833a7db929678f97631430416cf6b39705 100644 (file)
@@ -6474,7 +6474,6 @@ create_ats_information ( struct ATS_peer **p,
   (*p) = peers;
   (*m) = mechanisms;
 }
-#endif
 
 
 static void
@@ -6514,6 +6513,8 @@ schedule_ats (void *cls,
   ats_task = GNUNET_SCHEDULER_add_delayed (ats_regular_interval,
                                   &schedule_ats, ats);
 }
+#endif
+
 
 struct ForeignAddressList * get_preferred_ats_address (
                struct NeighbourList *n)