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:
06f7d2c
)
(no commit message)
author
Matthias Wachs
<wachs@net.in.tum.de>
Fri, 16 Apr 2010 16:08:17 +0000
(16:08 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Fri, 16 Apr 2010 16:08:17 +0000
(16:08 +0000)
src/hostlist/hostlist-server.c
patch
|
blob
|
history
diff --git
a/src/hostlist/hostlist-server.c
b/src/hostlist/hostlist-server.c
index bb9265b3af3afc5cabb105659a8a8d62330c7af2..b7e8756988bd76b63608ff61dc9b037f3f9a178b 100644
(file)
--- a/
src/hostlist/hostlist-server.c
+++ b/
src/hostlist/hostlist-server.c
@@
-613,7
+613,6
@@
GNUNET_HOSTLIST_server_start (const struct GNUNET_CONFIGURATION_Handle *c,
size = strlen (hostname);
if (size + 15 > MAX_URL_LEN)
{
- GNUNET_free ( hostname );
GNUNET_break (0);
}
else
@@
-622,7
+621,6
@@
GNUNET_HOSTLIST_server_start (const struct GNUNET_CONFIGURATION_Handle *c,
"http://%s:%u/",
hostname,
(unsigned int) port);
- GNUNET_free (hostname);
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
_("Address to obtain hostlist: `%s'\n"),
hostlist_uri);