-try to fix this again, other call to run_interpreter() this time...
authorChristian Grothoff <christian@grothoff.org>
Sun, 15 Mar 2015 12:12:35 +0000 (12:12 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 15 Mar 2015 12:12:35 +0000 (12:12 +0000)
src/ats/test_ats_lib.c

index 5ebb28cd82a94517cb82a3ebd8de0fe3441f926e..e7cca2a7185aa754764cb6e6d3528f6b9610bc1b 100644 (file)
@@ -991,7 +991,8 @@ address_information_cb (void *cls,
   aid->bandwidth_out = bandwidth_out;
   aid->bandwidth_in = bandwidth_in;
   aid->properties = *prop;
-  run_interpreter ();
+  if (NULL == interpreter_task)
+    run_interpreter ();
 }