new operation queue for limiting overlay connects
[oweals/gnunet.git] / src / transport / test_transport_testing.c
index 7b04d937066cb8e064b49f7b0d9604f9d0f27759..9db5913066b158915db13b0ba69e9b37465003ad 100644 (file)
@@ -27,9 +27,6 @@
  * C code apparently.
  */
 #include "platform.h"
-#include "gnunet_common.h"
-#include "gnunet_hello_lib.h"
-#include "gnunet_scheduler_lib.h"
 #include "gnunet_transport_service.h"
 #include "transport-testing.h"
 /**
@@ -81,7 +78,8 @@ end_badly ()
   if (p2 != NULL)
     GNUNET_TRANSPORT_TESTING_stop_peer (tth, p2);
 
-  GNUNET_TRANSPORT_TESTING_done (tth);
+  if (NULL != tth)
+    GNUNET_TRANSPORT_TESTING_done (tth);
 
   ret = GNUNET_SYSERR;
 }