gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35392 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r35392 - gnunet/src/ats
Date: Sun, 15 Mar 2015 13:12:35 +0100

Author: grothoff
Date: 2015-03-15 13:12:35 +0100 (Sun, 15 Mar 2015)
New Revision: 35392

Modified:
   gnunet/src/ats/test_ats_lib.c
Log:
-try to fix this again, other call to run_interpreter() this time...

Modified: gnunet/src/ats/test_ats_lib.c
===================================================================
--- gnunet/src/ats/test_ats_lib.c       2015-03-15 00:07:34 UTC (rev 35391)
+++ gnunet/src/ats/test_ats_lib.c       2015-03-15 12:12:35 UTC (rev 35392)
@@ -991,7 +991,8 @@
   aid->bandwidth_out = bandwidth_out;
   aid->bandwidth_in = bandwidth_in;
   aid->properties = *prop;
-  run_interpreter ();
+  if (NULL == interpreter_task)
+    run_interpreter ();
 }
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]