feat(lsm): start of library
This commit is contained in:
parent
98a1f5f671
commit
fd42b446a6
8 changed files with 314 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ int main() {
|
|||
|
||||
int port = atoi(port_str);
|
||||
|
||||
if (port <= 0 || port >= 2 << 16) {
|
||||
if (port <= 0 || port >= 1 << 16) {
|
||||
critical(1, "Invalid TCP port %s", port_str);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue