- fix coverity
[oweals/gnunet.git] / src / transport / test_transport_testing_restart.c
index 8a238cbd516aca99cd92083cacc2ac75db17f1dc..dbbefa774889ed50cc7da10203a7787f9a05e767 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (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
@@ -14,8 +14,8 @@
 
      You should have received a copy of the GNU General Public License
      along with GNUnet; see the file COPYING.  If not, write to the
-     Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-     Boston, MA 02111-1307, USA.
+     Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+     Boston, MA 02110-1301, USA.
 */
 /**
  * @file transport/test_transport_testing_restart.c
@@ -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)
 {