Skip to content
Snippets Groups Projects
Commit b52a4123 authored by Timo Sirainen's avatar Timo Sirainen
Browse files

lib-sieve: Fix using wrong setting variable types

parent 7b81360a
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ struct ext_variables_settings { ...@@ -7,7 +7,7 @@ struct ext_variables_settings {
/* Maximum number of variables (in a scope) */ /* Maximum number of variables (in a scope) */
unsigned int max_scope_count; unsigned int max_scope_count;
/* Maximum size of variable value */ /* Maximum size of variable value */
size_t max_value_size; uoff_t max_value_size;
}; };
extern const struct setting_parser_info ext_variables_setting_parser_info; extern const struct setting_parser_info ext_variables_setting_parser_info;
......
...@@ -13,7 +13,7 @@ struct sieve_settings { ...@@ -13,7 +13,7 @@ struct sieve_settings {
bool enabled; bool enabled;
size_t max_script_size; uoff_t max_script_size;
unsigned int max_actions; unsigned int max_actions;
unsigned int max_redirects; unsigned int max_redirects;
unsigned int max_cpu_time; unsigned int max_cpu_time;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.