logging fix for piler-smtp.c

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2018-03-13 15:22:51 +01:00
parent 0e116cfd6e
commit f2853b9f18

View File

@ -193,7 +193,6 @@ int main(int argc, char **argv){
set_signal_handler(SIGKILL, p_clean_exit);
set_signal_handler(SIGSEGV, p_clean_exit);
set_signal_handler(SIGSTOP, p_clean_exit);
set_signal_handler(SIGALRM, check_for_client_timeout);
set_signal_handler(SIGHUP, initialise_configuration);