allow empty/NULL context message
[oweals/gnunet.git] / src / transport / transport_api_monitor_validation.c
index a52aee129da37495b7c7e72566c26e64c5f91dfc..fa76645dd7ab938ae232644649e6c58090a6e8c8 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.
 */
 
 /**
@@ -154,11 +154,9 @@ send_val_mon_request (struct GNUNET_TRANSPORT_ValidationMonitoringContext *val_c
  * Task run to re-establish the connection.
  *
  * @param cls our `struct GNUNET_TRANSPORT_ValidationMonitoringContext *`
- * @param tc scheduler context, unused
  */
 static void
-do_val_connect (void *cls,
-                const struct GNUNET_SCHEDULER_TaskContext *tc)
+do_val_connect (void *cls)
 {
   struct GNUNET_TRANSPORT_ValidationMonitoringContext *val_ctx = cls;
 
@@ -293,7 +291,7 @@ val_response_processor (void *cls,
   }
   addr = (const char *) &vr_msg[1];
   transport_name = &addr[alen];
-  
+
   if (transport_name[tlen - 1] != '\0')
   {
     /* Corrupt plugin name */
@@ -314,7 +312,7 @@ val_response_processor (void *cls,
     }
     return;
   }
-  
+
   /* notify client */
   address = GNUNET_HELLO_address_allocate (&vr_msg->peer,
                                           transport_name,