diff options
-rw-r--r-- | src/tool_operate.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/tool_operate.c b/src/tool_operate.c index 272ebd4f7..b2d9d838e 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -563,17 +563,6 @@ static CURLcode operate_do(struct GlobalConfig *global, char *storefile = outfile; result = glob_match_url(&outfile, storefile, urls); Curl_safefree(storefile); - -#if defined(MSDOS) || defined(WIN32) - if(!result) { - result = sanitize_file_name(&outfile); - if(result) { - Curl_safefree(outfile); - goto show_error; - } - } -#endif /* MSDOS || WIN32 */ - if(result) { /* bad globbing */ warnf(config->global, "bad output glob!\n"); |