Browse Source

Fix a typo

pull/1022/head
Max Lv 8 years ago
parent
commit
a4f4afdf98
1 changed files with 1 additions and 1 deletions
  1. 2
      src/local.c

2
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
}

Loading…
Cancel
Save