(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 22 Apr 2010 11:46:17 +0000 (11:46 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 22 Apr 2010 11:46:17 +0000 (11:46 +0000)
src/hostlist/hostlist-server.c

index 90e5fe44210099a666391a6d9d0ebd4eb949f50d..37fb4a4e1c185044224c8b574199ff1c53d6b2de 100644 (file)
@@ -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);