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:
e6072e9
)
(no commit message)
author
Matthias Wachs
<wachs@net.in.tum.de>
Thu, 22 Apr 2010 08:44:59 +0000
(08:44 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Thu, 22 Apr 2010 08:44:59 +0000
(08:44 +0000)
src/hostlist/gnunet-daemon-hostlist.c
patch
|
blob
|
history
diff --git
a/src/hostlist/gnunet-daemon-hostlist.c
b/src/hostlist/gnunet-daemon-hostlist.c
index 9ebf63719ac23955e0e5b13c648b361846c2f0e3..3a1d53983453a92a1239b0ccec68c6ceb41cb154 100644
(file)
--- a/
src/hostlist/gnunet-daemon-hostlist.c
+++ b/
src/hostlist/gnunet-daemon-hostlist.c
@@
-157,12
+157,7
@@
core_init (void *cls,
GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *
publicKey)
{
-#if HAVE_MHD
- if (advertising && (NULL != server))
- {
- /* FIXME: provide "server" to 'hostlist' module */
- }
-#endif
+ /* Nothing to do here */
}
/**