summaryrefslogtreecommitdiff
path: root/pop3d
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-01-18 15:06:23 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-01-18 15:06:23 +0000
commitfa062aebaeff34974aecffcb52c18d2f1c929de9 (patch)
tree2bd3020c7b37f0cf92bc267216be80cc9c5f1952 /pop3d
parent2cb65d612d163e78e2427388bcb9ca150489fa86 (diff)
downloadmailutils-fa062aebaeff34974aecffcb52c18d2f1c929de9.tar.gz
mailutils-fa062aebaeff34974aecffcb52c18d2f1c929de9.tar.bz2
(pop3d_mainloop): use pop3d_bye().
Diffstat (limited to 'pop3d')
-rw-r--r--pop3d/pop3d.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/pop3d/pop3d.c b/pop3d/pop3d.c
index 9b75ec1ae..a8a8e5672 100644
--- a/pop3d/pop3d.c
+++ b/pop3d/pop3d.c
@@ -388,12 +388,7 @@ pop3d_mainloop (int fd, FILE *infile, FILE *outfile)
free (arg);
}
-#ifdef WITH_TLS
- if (tls_done)
- pop3d_deinit_tls_server ();
- if (tls_available)
- mu_deinit_tls_libs ();
-#endif /* WITH_TLS */
+ pop3d_bye ();
return (status != OK);
}

Return to:

Send suggestions and report system problems to the System administrator.