dovecot-2.1: auth: Unregister SCRAM-SHA-1 at deinit.

dovecot at dovecot.org dovecot at dovecot.org
Wed Aug 22 07:50:15 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/9523b967a30e
changeset: 14674:9523b967a30e
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Aug 22 07:49:55 2012 +0300
description:
auth: Unregister SCRAM-SHA-1 at deinit.

diffstat:

 src/auth/mech.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r f68f5aca440e -r 9523b967a30e src/auth/mech.c
--- a/src/auth/mech.c	Sun Aug 19 12:53:06 2012 +0300
+++ b/src/auth/mech.c	Wed Aug 22 07:49:55 2012 +0300
@@ -205,6 +205,7 @@
 #endif
 	}
 	mech_unregister_module(&mech_otp);
+	mech_unregister_module(&mech_scram_sha1);
 	mech_unregister_module(&mech_skey);
 	mech_unregister_module(&mech_rpa);
 	mech_unregister_module(&mech_anonymous);


More information about the dovecot-cvs mailing list