X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Frecur.c;h=d8279c39e4b868b69a59cfbb958851e926cb8dd5;hb=da6b3f4b614fb8b28bf388b66f21efc5d553ebb9;hp=e5f2b929269e0b8afe2188c1becb26f95ede28ab;hpb=9a2ea3938d09643c6528c3b83b1db4c30f47d981;p=wget diff --git a/src/recur.c b/src/recur.c index e5f2b929..d8279c39 100644 --- a/src/recur.c +++ b/src/recur.c @@ -450,7 +450,7 @@ download_child_p (const struct urlpos *upos, struct url *parent, int depth, if (string_set_contains (blacklist, url)) { - if (opt.spider) + if (opt.spider) { char *referrer = url_string (parent, URL_AUTH_HIDE_PASSWD); DEBUGP (("download_child_p: parent->url is: %s\n", quote (parent->url)));