]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Remove url.c test
authorCameron Kaiser <ckaiser@floodgap.com>
Thu, 12 Aug 2010 16:25:43 +0000 (09:25 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 25 Aug 2010 12:19:58 +0000 (14:19 +0200)
lib/url.c

index 6b312eb11f8eef6092f884d0281d9acd5a29e88c..99f1e7d12b1f4059c43123246fa3be14088ac4d8 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -3487,11 +3487,8 @@ static CURLcode findprotocol(struct SessionHandle *data,
     if(Curl_raw_equal(p->scheme, protostr)) {
       /* Protocol found in table. Check if allowed */
       if(!(data->set.allowed_protocols & p->protocol))
-{
         /* nope, get out */
-       fprintf(stderr, "well, shit\n");
         break;
-}
 
       /* it is allowed for "normal" request, now do an extra check if this is
          the result of a redirect */