fix syntax error introduced by last-minute cleanups...
This commit is contained in:
parent
5adc0d587e
commit
a5fc82bc70
@ -235,7 +235,7 @@ int main(int argc, char *argv[]) {
|
|||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (NULL == (config.request = forge_request(argv[optind], config.keep_alive, &host, &port)) {
|
if (NULL == (config.request = forge_request(argv[optind], config.keep_alive, &host, &port))) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user