fix: TCP network issues
This commit is contained in:
@ -26,7 +26,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
lm_ctx_sync(&ctx, false, NULL, NULL);
|
||||
|
||||
if (!lm_ctx_serve(&ctx, argv[1], 10, NULL, NULL)) {
|
||||
if (!lm_ctx_serve(&ctx, argv[1], 10, NULL, NULL, NULL)) {
|
||||
printf("failed to serve the pools: %s (%d)\n", lm_strerror(), lm_error());
|
||||
goto end;
|
||||
}
|
||||
|
Reference in New Issue
Block a user