aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-11-13 11:59:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-11-13 11:59:19 +0000
commit6736c1610c47ee5faad0c34a51a290bc26397d17 (patch)
tree38eb6631637bf779c1ec9178c0eaf8f67b689bac /src/main.c
parent1cc8af277989d01a9538cbbb75b3ddf6f9855aee (diff)
removed the check that prevents -T and -o beinged used simultaneously!
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 2c8804723..82cee7313 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1308,10 +1308,12 @@ int main(int argc, char *argv[])
if (outfiles)
config.outfile = strdup(outfiles);
+#if 0
if(config.outfile && config.infile) {
helpf("you can't both upload and download!\n");
return CURLE_FAILED_INIT;
}
+#endif
if (config.outfile || config.remotefile) {
/*