aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/transport/test_transport_ats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_transport_ats.c b/src/transport/test_transport_ats.c
index 4be988095..57110d5e5 100644
--- a/src/transport/test_transport_ats.c
+++ b/src/transport/test_transport_ats.c
@@ -97,7 +97,7 @@ int run_ats (void)
97{ 97{
98 int ret = 0; 98 int ret = 0;
99#if HAVE_LIBGLPK 99#if HAVE_LIBGLPK
100 ats_calculate_bandwidth_distribution(ats, NULL); 100 ats_calculate_bandwidth_distribution (ats);
101#endif 101#endif
102 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 102 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
103 "Running ATS: %s \n", (ret==0)? "SUCCESSFUL": "FAILED"); 103 "Running ATS: %s \n", (ret==0)? "SUCCESSFUL": "FAILED");