Skip to content
Snippets Groups Projects
Commit 7261c0cb authored by Stephan Bosch's avatar Stephan Bosch
Browse files

lib-sieve: Fixed plugin module load functionality.

Initializing multiple Sieve instances would hang.
parent c6ee18c9
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ static struct module *sieve_plugin_module_find(const char *name)
void sieve_plugins_load
(struct sieve_instance *svinst, const char *path, const char *plugins)
{
struct module *new_modules, *module;
struct module *module;
struct module_dir_load_settings mod_set;
const char **module_names;
unsigned int i;
......@@ -83,22 +83,9 @@ void sieve_plugins_load
/* Load missing plugin modules */
new_modules = module_dir_load_missing
sieve_modules = module_dir_load_missing
(sieve_modules, path, plugins, &mod_set);
if ( sieve_modules == NULL ) {
/* No modules loaded yet */
sieve_modules = new_modules;
} else {
/* Find the end of the list */
module = sieve_modules;
while ( module != NULL && module->next != NULL )
module = module->next;
/* Add newly loaded modules */
module->next = new_modules;
}
/* Call plugin load functions for this Sieve instance */
if ( svinst->plugins == NULL ) {
......
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.