Browse Source

Prepend worker conf to the list of workers.

tags/0.6.0
Vsevolod Stakhov 10 years ago
parent
commit
5be616c47a
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/cfg_rcl.c

+ 2
- 0
src/cfg_rcl.c View File

@@ -441,6 +441,8 @@ rspamd_rcl_worker_handler (struct config_file *cfg, rspamd_cl_object_t *obj,
}
}

cfg->workers = g_list_prepend (cfg->workers, wrk);

return TRUE;
}


Loading…
Cancel
Save