- fix coverity
[oweals/gnunet.git] / src / transport / test_transport_testing_restart.c
index d2d0d4c9efb3eafd07cd5795371d8cf57eb678f5..dbbefa774889ed50cc7da10203a7787f9a05e767 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     Copyright (C) 2009, 2010 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009, 2010 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -82,12 +82,17 @@ restart_cb (struct PeerContext *p, void *cls)
 static void
 restart_task ()
 {
-  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer %u (`%s') restarting, \n",
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+              "Peer %u (`%s') restarting, \n",
               p->no,
               GNUNET_i2s (&p->id));
-  GNUNET_TRANSPORT_TESTING_restart_peer (tth, p, NULL, restart_cb, p);
+  GNUNET_TRANSPORT_TESTING_restart_peer (p,
+                                         NULL,
+                                         &restart_cb,
+                                         p);
 }
 
+
 static void
 start_cb (struct PeerContext *p, void *cls)
 {