From 32d7de6a273bf581842e8580ee80fab27cd01859 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 16 Apr 2010 16:12:14 +0000 Subject: [PATCH] --- src/util/test_resolver_api.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/test_resolver_api.c b/src/util/test_resolver_api.c index 8b3f9c4bf..6af0cf4b8 100644 --- a/src/util/test_resolver_api.c +++ b/src/util/test_resolver_api.c @@ -235,7 +235,6 @@ run(void *cls, struct GNUNET_SCHEDULER_Handle *sched, char * const *args, /* * Looking up our own hostname */ - own_hostname = GNUNET_malloc(GNUNET_OS_get_hostname_max_length() + 1); own_hostname = GNUNET_RESOLVER_local_hostname_get(); check_local_hostname( NULL, own_hostname); GNUNET_free (own_hostname); -- 2.25.1