From 51075a6777576a0676a77a49c250a8aba7ea3097 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 5 May 2011 15:14:19 +0200 Subject: remove FILE protocol-specific checks Also, convert the BANPROXY flag into NONETWORK for the protocols (file:// only atm) that don't work over networks. --- lib/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/file.c') diff --git a/lib/file.c b/lib/file.c index a3d80fbd7..6fe4c4979 100644 --- a/lib/file.c +++ b/lib/file.c @@ -129,7 +129,7 @@ const struct Curl_handler Curl_handler_file = { ZERO_NULL, /* disconnect */ 0, /* defport */ CURLPROTO_FILE, /* protocol */ - PROTOPT_BANPROXY /* flags */ + PROTOPT_NONETWORK /* flags */ }; -- cgit v1.2.3