1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

fix bool variables checking and assignment

This commit is contained in:
Yang Tse 2011-09-06 01:57:21 +02:00
parent e9e894905c
commit 46df51a391

View File

@ -5250,7 +5250,7 @@ operate(struct Configurable *config, int argc, argv_item_t argv[])
SET_BINMODE(stdout);
}
if(1 == config->tcp_nodelay)
if(config->tcp_nodelay)
my_setopt(curl, CURLOPT_TCP_NODELAY, 1);
/* where to store */