projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a70d3f
)
fix leak
author
Christian Grothoff
<christian@grothoff.org>
Wed, 23 Feb 2011 09:24:50 +0000
(09:24 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 23 Feb 2011 09:24:50 +0000
(09:24 +0000)
src/util/service.c
patch
|
blob
|
history
diff --git
a/src/util/service.c
b/src/util/service.c
index 5937a4c49d91e5a736279198447ecb30cd4d559d..2338e795dc0c2710b774616ddf34623181982234 100644
(file)
--- 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))