Adding a function pick_random_friend ()
[oweals/gnunet.git] / src / dht / dht_test_lib.c
index 9864da94999e74a4f5488cdf2352dc068f6ddb4f..21855dcfd0667cd7be32be7d329a9395132a2d95 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
@@ -201,7 +201,7 @@ GNUNET_DHT_TEST_run (const char *testname,
 {
   struct GNUNET_DHT_TEST_Context *ctx;
 
-  ctx = GNUNET_malloc (sizeof (struct GNUNET_DHT_TEST_Context));
+  ctx = GNUNET_new (struct GNUNET_DHT_TEST_Context);
   ctx->num_peers = num_peers;
   ctx->ops = GNUNET_malloc (num_peers * sizeof (struct GNUNET_TESTBED_Operation *));
   ctx->dhts = GNUNET_malloc (num_peers * sizeof (struct GNUNET_DHT_Handle *));