aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 696f7684f..b6a811554 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1450,10 +1450,8 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
GetStr(&config->proxy, nextarg);
break;
case 'X':
- /* HTTP request */
+ /* set custom request */
GetStr(&config->customrequest, nextarg);
- if(SetHTTPrequest(HTTPREQ_CUSTOM, &config->httpreq))
- return PARAM_BAD_USE;
break;
case 'y':
/* low speed time */