aboutsummaryrefslogtreecommitdiffstats
path: root/src/rspamadm
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2020-02-11 12:34:40 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2020-02-11 12:34:40 +0000
commit41e28d1148a308957735875abb271d22ba0b4432 (patch)
tree8d549898192d0d513568140cd71e9475f982dea9 /src/rspamadm
parentcb070eea5c1a2e39336171b37688202f334f7d70 (diff)
downloadrspamd-41e28d1148a308957735875abb271d22ba0b4432.tar.gz
rspamd-41e28d1148a308957735875abb271d22ba0b4432.zip
[Rework] Further project structure reorganisation
Diffstat (limited to 'src/rspamadm')
-rw-r--r--src/rspamadm/control.c4
-rw-r--r--src/rspamadm/lua_repl.c6
-rw-r--r--src/rspamadm/rspamadm.c1
3 files changed, 5 insertions, 6 deletions
diff --git a/src/rspamadm/control.c b/src/rspamadm/control.c
index a089b70f7..7bf2a3145 100644
--- a/src/rspamadm/control.c
+++ b/src/rspamadm/control.c
@@ -17,8 +17,8 @@
#include "rspamadm.h"
#include "cryptobox.h"
#include "printf.h"
-#include "libutil/http_connection.h"
-#include "libutil/http_private.h"
+#include "libserver/http/http_connection.h"
+#include "libserver/http/http_private.h"
#include "addr.h"
#include "unix-std.h"
#include "contrib/libev/ev.h"
diff --git a/src/rspamadm/lua_repl.c b/src/rspamadm/lua_repl.c
index cb15defee..31e06626e 100644
--- a/src/rspamadm/lua_repl.c
+++ b/src/rspamadm/lua_repl.c
@@ -16,9 +16,9 @@
#include "config.h"
#include "rspamadm.h"
-#include "libutil/http_connection.h"
-#include "libutil/http_private.h"
-#include "libutil/http_router.h"
+#include "libserver/http/http_connection.h"
+#include "libserver/http/http_private.h"
+#include "libserver/http/http_router.h"
#include "printf.h"
#include "lua/lua_common.h"
#include "lua/lua_thread_pool.h"
diff --git a/src/rspamadm/rspamadm.c b/src/rspamadm/rspamadm.c
index 1c1d6f52c..5de5e677a 100644
--- a/src/rspamadm/rspamadm.c
+++ b/src/rspamadm/rspamadm.c
@@ -475,7 +475,6 @@ main (gint argc, gchar **argv, gchar **env)
cfg->compiled_modules = modules;
cfg->compiled_workers = workers;
- gperf_profiler_init (cfg, "rspamadm");
setproctitle ("rspamdadm");
L = cfg->lua_state;