replaced local_hostname_get with local_fqdn_get
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 22 Apr 2010 11:43:39 +0000 (11:43 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 22 Apr 2010 11:43:39 +0000 (11:43 +0000)
src/hostlist/test_gnunet_daemon_hostlist_learning.c

index f73d96eb026f19b4cd211dedaae56958486cd432..a416462d174555e57683a31f89e0c067090cc95f 100644 (file)
@@ -287,7 +287,7 @@ static int ad_arrive_handler (void *cls,
     if ( NULL != expected_uri ) GNUNET_free ( expected_uri );
     return GNUNET_SYSERR;
     }
-  hostname = GNUNET_RESOLVER_local_hostname_get ();
+  hostname = GNUNET_RESOLVER_local_fqdn_get ();
   if (NULL != hostname)
     {
       size = strlen (hostname);