remove commented out unlink pidfile from piler-smtp.c

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2018-01-16 10:57:56 +01:00
parent bef68aec3a
commit 67dcb496a4

View File

@ -69,8 +69,6 @@ void p_clean_exit(){
syslog(LOG_PRIORITY, "%s has been terminated", PROGNAME);
//unlink(cfg.pidfile);
ERR_free_strings();
exit(1);