From 6b7b764e17914931b5a319fb18042c6aed50c4e8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Mar 2015 12:12:35 +0000 Subject: [PATCH] -try to fix this again, other call to run_interpreter() this time... --- src/ats/test_ats_lib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, aid->bandwidth_out = bandwidth_out; aid->bandwidth_in = bandwidth_in; aid->properties = *prop; - run_interpreter (); + if (NULL == interpreter_task) + run_interpreter (); } -- 2.25.1