aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/buffer.c2
-rw-r--r--src/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index be6d2acc8..6c6887557 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -44,8 +44,8 @@ sendfile_callback (rspamd_io_dispatcher_t *d)
#ifdef HAVE_SENDFILE
# if defined(FREEBSD) || defined(DARWIN)
- #if defined(FREEBSD)
off_t off = 0;
+ #if defined(FREEBSD)
/* FreeBSD version */
if (sendfile (d->sendfile_fd, d->fd, d->offset, 0, NULL, &off, 0) != 0) {
#elif defined(DARWIN)
diff --git a/src/main.c b/src/main.c
index 37f2ac498..e75b46899 100644
--- a/src/main.c
+++ b/src/main.c
@@ -762,7 +762,7 @@ main (int argc, char **argv, char **env)
do_reopen_log = 0;
#ifndef HAVE_SETPROCTITLE
- init_title (argc, argv, environ);
+ init_title (argc, argv, env);
#endif
rspamd->stat = memory_pool_alloc_shared (rspamd->server_pool, sizeof (struct rspamd_stat));