authentication of ciphertexts (+ seed)
[oweals/gnunet.git] / src / hostlist / gnunet-daemon-hostlist.c
index b0599312ceee890b33a312f5357f2fc9e6d11a5d..52c996aed98ecadb18e011bb005ffb7a681080ad 100644 (file)
@@ -4,7 +4,7 @@
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
-     by the Free Software Foundation; either version 2, or (at your
+     by the Free Software Foundation; either version 3, or (at your
      option) any later version.
 
      GNUnet is distributed in the hope that it will be useful, but
@@ -274,7 +274,7 @@ run (void *cls,
                              GNUNET_TIME_UNIT_FOREVER_REL,
                              NULL,
                              &core_init,
-                             &connect_handler, &disconnect_handler,
+                             &connect_handler, &disconnect_handler, NULL,
                              NULL, GNUNET_NO,
                              NULL, GNUNET_NO,
                              learning? learn_handlers : no_learn_handlers);