dovecot-2.2: lib: Accidentally committed a nonexistent function ...

dovecot at dovecot.org dovecot at dovecot.org
Fri Feb 6 17:03:32 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/3ae5d3a2a7d7
changeset: 18227:3ae5d3a2a7d7
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Feb 06 19:03:20 2015 +0200
description:
lib: Accidentally committed a nonexistent function call in previous commit.

diffstat:

 src/lib/module-dir.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r f64cf4d075c8 -r 3ae5d3a2a7d7 src/lib/module-dir.c
--- a/src/lib/module-dir.c	Fri Feb 06 18:18:19 2015 +0200
+++ b/src/lib/module-dir.c	Fri Feb 06 19:03:20 2015 +0200
@@ -463,7 +463,6 @@
 			ret = module_load(path, stripped_name, set, modules, &module, &error);
 			if (ret < 0 && module_names != NULL) {
 				*error_r = i_strdup_printf("Couldn't load required plugins: %s", error);
-				t_move_to_parent_frame();
 				i = count;
 			}
 		}


More information about the dovecot-cvs mailing list