X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fdht%2Fdht_test_lib.c;h=79208636f212fed3bf9db2c0f1b7120df5210eb9;hb=4dcb414e2faabc800577c25dec3b63e3ceaaa84b;hp=9864da94999e74a4f5488cdf2352dc068f6ddb4f;hpb=61c39c60565b386e0e12ea669556b030e8cd7180;p=oweals%2Fgnunet.git diff --git a/src/dht/dht_test_lib.c b/src/dht/dht_test_lib.c index 9864da949..79208636f 100644 --- a/src/dht/dht_test_lib.c +++ b/src/dht/dht_test_lib.c @@ -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. */ /** * @file dht/dht_test_lib.c @@ -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 *));