diff options
Diffstat (limited to 'src/lmtp.c')
-rw-r--r-- | src/lmtp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lmtp.c b/src/lmtp.c index 087be2e1a..f9bd6f65e 100644 --- a/src/lmtp.c +++ b/src/lmtp.c @@ -292,9 +292,6 @@ start_lmtp_worker (struct rspamd_worker *worker) hostbuf[hostmax - 1] = '\0'; snprintf (greetingbuf, sizeof (greetingbuf), "%d rspamd version %s LMTP on %s Ready\r\n", LMTP_OK, RVERSION, hostbuf); - /* Send SIGUSR2 to parent */ - kill (getppid (), SIGUSR2); - io_tv.tv_sec = WORKER_IO_TIMEOUT; io_tv.tv_usec = 0; |