(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 5 Apr 2011 16:58:43 +0000 (16:58 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 5 Apr 2011 16:58:43 +0000 (16:58 +0000)
src/transport/gnunet-service-transport.c

index 62238fd63af01c452670a8c4fad62e93323aab30..50d14996691e9b7341b41fabf9cd29d557d6eeeb 100644 (file)
@@ -5753,7 +5753,7 @@ static int ats_solve_problem (int max_it, int max_dur , double D, double U, doub
        return GNUNET_SYSERR;
 #else
        if (DEBUG_ATS) GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "glpk installed\n");
-#endif
+
        glp_prob *prob;
 
        int c;
@@ -6281,7 +6281,7 @@ static int ats_solve_problem (int max_it, int max_dur , double D, double U, doub
        GNUNET_free(peers);
 
        return c_mechs;
-
+#endif
 }
 
 void ats_calculate_bandwidth_distribution ()