- another fix to generation handling and lazy copying
[oweals/gnunet.git] / src / set / gnunet-set-ibf-profiler.c
index 9420c5666a6eeab6d3808212b355d82e72f4127f..86004d96e1527b11bcf9e931f2ce22619e99da56 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2012 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2012 Christian Grothoff (and other contributing authors)
 
      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.
 */
 
 /**
@@ -134,7 +134,7 @@ run (void *cls, char *const *args, const char *cfgfile,
       continue;
     GNUNET_break (GNUNET_OK ==
                   GNUNET_CONTAINER_multihashmap_put (set_a, &id, NULL,
-                                                     GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY);
+                                                     GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY));
     register_hashcode (&id);
     i++;
   }