Skip to content

Commit

Permalink
[Minor] Set top section explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Aug 17, 2023
1 parent 23bc820 commit bfee541
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libserver/cfg_rcl.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2460,6 +2460,8 @@ rspamd_rcl_config_init(struct rspamd_config *cfg, GHashTable *skip_sections)
"Lua files to load");
}

cfg->rcl_top_section = top;

return top;
}

Expand Down

0 comments on commit bfee541

Please sign in to comment.