diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-21 13:55:43 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-21 13:55:43 +0100 |
commit | 0f01129985305de6255f8c2cb3494aa4411cdcd6 (patch) | |
tree | 9d6b71bf4f0b502327f6d3eacaf2782ff7eb0847 /utils/rspamd_http_server.c | |
parent | 8c8f20b0e6bbd5299df629f615b1a9b6f16624a8 (diff) | |
download | rspamd-0f01129985305de6255f8c2cb3494aa4411cdcd6.tar.gz rspamd-0f01129985305de6255f8c2cb3494aa4411cdcd6.zip |
Add CSV output for http-bench
Diffstat (limited to 'utils/rspamd_http_server.c')
-rw-r--r-- | utils/rspamd_http_server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rspamd_http_server.c b/utils/rspamd_http_server.c index 621ac05d8..8a9ec987c 100644 --- a/utils/rspamd_http_server.c +++ b/utils/rspamd_http_server.c @@ -40,7 +40,7 @@ static guint cache_size = 10; static guint nworkers = 1; static gboolean openssl_mode = FALSE; static GHashTable *maps = NULL; -static ghcar *key = NULL; +static gchar *key = NULL; static struct rspamd_keypair_cache *c; static gpointer server_key; static struct timeval io_tv = { |