diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-11 12:34:40 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-11 12:34:40 +0000 |
commit | 41e28d1148a308957735875abb271d22ba0b4432 (patch) | |
tree | 8d549898192d0d513568140cd71e9475f982dea9 /utils | |
parent | cb070eea5c1a2e39336171b37688202f334f7d70 (diff) | |
download | rspamd-41e28d1148a308957735875abb271d22ba0b4432.tar.gz rspamd-41e28d1148a308957735875abb271d22ba0b4432.zip |
[Rework] Further project structure reorganisation
Diffstat (limited to 'utils')
-rw-r--r-- | utils/rspamd_http_server.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/rspamd_http_server.c b/utils/rspamd_http_server.c index 8e6b1dadc..a1a91f599 100644 --- a/utils/rspamd_http_server.c +++ b/utils/rspamd_http_server.c @@ -209,9 +209,7 @@ rspamd_http_start_servers (pid_t *sfd, rspamd_inet_addr_t *addr) g_assert (sfd[i] != -1); if (sfd[i] == 0) { - gperf_profiler_init (NULL, "http-server"); rspamd_http_server_func (fd, addr); - gperf_profiler_stop (); exit (EXIT_SUCCESS); } } |