diff --git a/src/main.c b/src/main.c index a7c516be8..2c205ffdd 100644 --- a/src/main.c +++ b/src/main.c @@ -1344,8 +1344,6 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */ case 'G': /* HTTP GET */ config->use_httpget = TRUE; - if(SetHTTPrequest(HTTPREQ_GET, &config->httpreq)) - return PARAM_BAD_USE; break; case 'h': /* h for help */