Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When validating the configuration, ensure that the keepalive is valid #372

Merged
merged 4 commits into from
Apr 29, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix config_validate_after_load_modules_network_tls return value
  • Loading branch information
danielealbano committed Apr 29, 2023
commit 49ad0928b2d91f39f5ee90df8a9d3abaa2f26089
2 changes: 2 additions & 0 deletions src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,8 @@ bool config_validate_after_load_modules_network_tls(
module->network->tls->private_key_path);
return_result = false;
}

return return_result;
}
Fixed Show fixed Hide fixed

bool config_validate_after_load_modules_network_keepalive(
Expand Down