aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-15 12:12:35 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-15 12:12:35 +0000
commit6b7b764e17914931b5a319fb18042c6aed50c4e8 (patch)
tree00cdb9b5791d855a285a5a1255fb3b5624e8639a /src/ats
parent11e5450e4eae44a68a20e664f912f4fb337d2666 (diff)
downloadgnunet-6b7b764e17914931b5a319fb18042c6aed50c4e8.tar.gz
gnunet-6b7b764e17914931b5a319fb18042c6aed50c4e8.zip
-try to fix this again, other call to run_interpreter() this time...
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/test_ats_lib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ats/test_ats_lib.c b/src/ats/test_ats_lib.c
index 5ebb28cd8..e7cca2a71 100644
--- a/src/ats/test_ats_lib.c
+++ b/src/ats/test_ats_lib.c
@@ -991,7 +991,8 @@ address_information_cb (void *cls,
991 aid->bandwidth_out = bandwidth_out; 991 aid->bandwidth_out = bandwidth_out;
992 aid->bandwidth_in = bandwidth_in; 992 aid->bandwidth_in = bandwidth_in;
993 aid->properties = *prop; 993 aid->properties = *prop;
994 run_interpreter (); 994 if (NULL == interpreter_task)
995 run_interpreter ();
995} 996}
996 997
997 998