wip
[oweals/gnunet.git] / src / transport / test_transport_ats.c
index 6ab4fcc517915970a6ad608641a7990390582fb0..55bc7e78030331579ffcbae8b1bc5411d84a22c4 100644 (file)
@@ -569,7 +569,7 @@ daemon_start_cb (void *cls,
        const struct GNUNET_CONFIGURATION_Handle *cfg,
        struct GNUNET_TESTING_Daemon *d, const char *emsg)
 {
-  if (id#if HAVE_LIBGLPK == NULL)
+  if (id == NULL)
     {
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                   "Start callback called with error (too long starting peers), aborting test!\n");
@@ -668,6 +668,7 @@ check ()
 int
 main (int argc, char *argv[])
 {
+
   int ret;
 
   GNUNET_log_setup ("test-transport-ats",
@@ -685,6 +686,7 @@ main (int argc, char *argv[])
 
   GNUNET_DISK_directory_remove ("/tmp/test-gnunet-testing");
 
+
   machine_parsable = GNUNET_NO;
   peers = NUM_PEERS;
   config_file = "test_transport_ats_4addr.conf";