From: Matthias Wachs Date: Thu, 22 Apr 2010 11:46:17 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~22038 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=db3d5a7a998d816be1810967a74454b45f830f1c;p=oweals%2Fgnunet.git --- diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c index 90e5fe442..37fb4a4e1 100644 --- a/src/hostlist/hostlist-server.c +++ b/src/hostlist/hostlist-server.c @@ -617,7 +617,7 @@ GNUNET_HOSTLIST_server_start (const struct GNUNET_CONFIGURATION_Handle *c, GNUNET_log (GNUNET_ERROR_TYPE_INFO, _("Hostlist service starts on port %llu\n"), port); - hostname = GNUNET_RESOLVER_local_hostname_get (); + hostname = GNUNET_RESOLVER_local_fqdn_get (); if (NULL != hostname) { size = strlen (hostname);