mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:14:17 +03:00
fix bool variables checking and assignment
This commit is contained in:
parent
e9e894905c
commit
46df51a391
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue