diff --git a/src/main.c b/src/main.c index a7c516be8948080d434280fdb796f7b5779bfd3b..2c205ffdd75fa14e2a816d6cebed36a77e5a68f4 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 */