X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Frecur.c;h=c721eeb62585306d2b17ae25fc931813e4a5853d;hp=23a5e3ab5a29f140f17b238aee68992012950629;hb=72eca0976b06d20ed1a4aef2c47e74f9b590a3bb;hpb=9588e1af8012721db889faea24a771fd2763e50e diff --git a/src/recur.c b/src/recur.c index 23a5e3ab..c721eeb6 100644 --- a/src/recur.c +++ b/src/recur.c @@ -270,7 +270,7 @@ recursive_retrieve (const char *file, const char *this_url) /* inl is set if the URL we are working on (constr) is stored in undesirable_urls. Using it is crucial to avoid unnecessary repeated continuous hits to the hash table. */ - inl = string_set_exists (undesirable_urls, constr); + inl = string_set_contains (undesirable_urls, constr); /* If it is FTP, and FTP is not followed, chuck it out. */ if (!inl)