call GNUNET_SERVER_receive_done() also on internal error paths
[oweals/gnunet.git] / src / transport / test_transport_api_timeout.c
index d286cfc8f38ea6c9caa7cd6c87d6815da9c85468..b1e5ebb3a282ce781acd269da10c8583a6b3d454 100644 (file)
@@ -217,7 +217,8 @@ testing_connect_cb (struct PeerContext *p1, struct PeerContext *p2, void *cls)
   cc = NULL;
   char *p1_c = GNUNET_strdup (GNUNET_i2s (&p1->id));
 
-  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peers connected: %s <-> %s\n", p1_c,
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+              "Peers connected: %s <-> %s\n", p1_c,
               GNUNET_i2s (&p2->id));
   GNUNET_free (p1_c);