diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2008-08-14 17:14:02 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2008-08-14 17:14:02 +0400 |
commit | 8b8ae0cf7aeaff5d202ebb084e67fabaeb67d055 (patch) | |
tree | 0693513f1d7c4997af1f160fbdf9137115496c01 /cfg_file.y | |
parent | 5014f7e7cbddb7890502bdf6ee53c7be60124f60 (diff) | |
download | rspamd-8b8ae0cf7aeaff5d202ebb084e67fabaeb67d055.tar.gz rspamd-8b8ae0cf7aeaff5d202ebb084e67fabaeb67d055.zip |
* Add initial implementation of C modules API
Diffstat (limited to 'cfg_file.y')
-rw-r--r-- | cfg_file.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg_file.y b/cfg_file.y index 2af513eb6..0c6038f60 100644 --- a/cfg_file.y +++ b/cfg_file.y @@ -366,7 +366,7 @@ requirecmd: YYERROR; } cur->path = $3; - LIST_INSERT_HEAD (&cfg->modules, cur, next); + LIST_INSERT_HEAD (&cfg->perl_modules, cur, next); } ; |