]> sjero.net Git - wget/blobdiff - src/host.c
[svn] Commit several minor changes:
[wget] / src / host.c
index eaf70762d0f190e9c6d57793711a156393a6eed3..9dc42e1043460b5a7f3046a516ab22d252a96f4c 100644 (file)
@@ -221,7 +221,7 @@ realhost (const char *host)
   char *master_name;
 
   DEBUGP (("Checking for %s in host_name_address_map.\n", host));
-  if (hash_table_exists (host_name_address_map, host))
+  if (hash_table_contains (host_name_address_map, host))
     {
       DEBUGP (("Found; %s was already used, by that name.\n", host));
       return xstrdup_lower (host);