From: Cameron Kaiser Date: Thu, 12 Aug 2010 16:25:43 +0000 (-0700) Subject: Remove url.c test X-Git-Tag: curl-7_21_2~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65629f2915d1b23193fbe4fb3697702ce2fc7e87;p=thirdparty%2Fcurl.git Remove url.c test --- diff --git a/lib/url.c b/lib/url.c index 6b312eb11f..99f1e7d12b 100644 --- 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 */