fix leak
authorChristian Grothoff <christian@grothoff.org>
Wed, 23 Feb 2011 09:24:50 +0000 (09:24 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 23 Feb 2011 09:24:50 +0000 (09:24 +0000)
src/util/service.c

index 5937a4c49d91e5a736279198447ecb30cd4d559d..2338e795dc0c2710b774616ddf34623181982234 100644 (file)
@@ -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))