From: Christian Grothoff Date: Wed, 23 Feb 2011 09:24:50 +0000 (+0000) Subject: fix leak X-Git-Tag: initial-import-from-subversion-38251~19074 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5767d95fbe94bb43b3557a59335f4fac30907408;p=oweals%2Fgnunet.git fix leak --- diff --git a/src/util/service.c b/src/util/service.c index 5937a4c49..2338e795d 100644 --- a/src/util/service.c +++ b/src/util/service.c @@ -904,12 +904,6 @@ GNUNET_SERVICE_get_server_addresses (const char *serviceName, &unixpath)) && (0 < strlen(unixpath))) { - GNUNET_assert (GNUNET_OK == - GNUNET_CONFIGURATION_get_value_string (cfg, - serviceName, - "UNIXPATH", - &unixpath)); - /* probe UNIX support */ struct sockaddr_un s_un; if (strlen(unixpath) >= sizeof(s_un.sun_path))