fix syntax error introduced by last-minute cleanups...

This commit is contained in:
Thomas Porzelt 2009-09-10 22:26:58 +02:00
parent 5adc0d587e
commit a5fc82bc70
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ int main(int argc, char *argv[]) {
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;
}