This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mailutils".
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=36cd525184c9aabdf61117aa0d0acdccc8bc18cf The branch, master has been updated via 36cd525184c9aabdf61117aa0d0acdccc8bc18cf (commit) from 3ec5d07e67044b614b8beab0e34908b4eec23eab (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 36cd525184c9aabdf61117aa0d0acdccc8bc18cf Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Sun Nov 6 01:59:02 2011 +0200 Minor fix. * pop3d/pop3d.c (pop3d_mainloop): start in AUTHORIZATION if tls is established. ----------------------------------------------------------------------- Summary of changes: pop3d/pop3d.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pop3d/pop3d.c b/pop3d/pop3d.c index 3df0551..2639bd6 100644 --- a/pop3d/pop3d.c +++ b/pop3d/pop3d.c @@ -275,7 +275,7 @@ pop3d_mainloop (int ifd, int ofd, int tls) pop3d_setio (ifd, ofd, tls); - state = initial_state; + state = tls ? AUTHORIZATION : initial_state; /* Prepare the shared secret for APOP. */ { hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org https://lists.gnu.org/mailman/listinfo/commit-mailutils