From: Robert Spalek Date: Wed, 26 Nov 2003 17:30:58 +0000 (+0000) Subject: no need to cut www-prefix twice X-Git-Tag: holmes-import~1158 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=cfa906bbcdbce7a036ca2560c298e8eb624931b6;p=libucw.git no need to cut www-prefix twice --- diff --git a/lib/urlkey.c b/lib/urlkey.c index f0848015..82e83401 100644 --- a/lib/urlkey.c +++ b/lib/urlkey.c @@ -266,7 +266,6 @@ url_key(byte *url, byte *buf) url = buf; buf += MAX_URL_SIZE; } - url = url_key_remove_www(url, &buf); DBG("\tOutput: %s", url); return url; }