Commit 46df51a3 authored by Yang Tse's avatar Yang Tse
Browse files

fix bool variables checking and assignment

parent e9e89490
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */