Browse Source

fix fast_open option

pull/70/head
clowwindy 11 years ago
parent
commit
02520b7e1f
1 changed files with 1 additions and 1 deletions
  1. 2
      src/jconf.c

2
src/jconf.c

@ -160,7 +160,7 @@ jconf_t *read_jconf(const char* file)
}
else if (strcmp(name, "fast_open") == 0)
{
conf.fast_open = 1;
conf.fast_open = value->u.boolean;
}
}
}

Loading…
Cancel
Save