]> mj.ucw.cz Git - libucw.git/commitdiff
no need to cut www-prefix twice
authorRobert Spalek <robert@ucw.cz>
Wed, 26 Nov 2003 17:30:58 +0000 (17:30 +0000)
committerRobert Spalek <robert@ucw.cz>
Wed, 26 Nov 2003 17:30:58 +0000 (17:30 +0000)
lib/urlkey.c

index f0848015c1e1c8477849f5d9a74965c086c2a6b2..82e834013ed796b294d1f32a0e108732b6666c9d 100644 (file)
@@ -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;
 }