diff --git a/src/local.c b/src/local.c index c9a56ef1..87925efb 100644 --- a/src/local.c +++ b/src/local.c @@ -1452,7 +1452,7 @@ main(int argc, char **argv) LOGI("using tcp fast open"); #else LOGE("tcp fast open is not supported by this environment"); - fast_open == 0; + fast_open = 0; #endif }