dovecot-1.2: deliver: Settings inside protocol imap {} weren't i...

dovecot at dovecot.org dovecot at dovecot.org
Thu Jun 19 09:16:18 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/34085062ad89
changeset: 7904:34085062ad89
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jun 19 09:15:28 2008 +0300
description:
deliver: Settings inside protocol imap {} weren't ignored.

diffstat:

1 file changed, 3 insertions(+)
src/deliver/deliver.c |    3 +++

diffs (13 lines):

diff -r 5e8de444ad43 -r 34085062ad89 src/deliver/deliver.c
--- a/src/deliver/deliver.c	Thu Jun 19 08:43:23 2008 +0300
+++ b/src/deliver/deliver.c	Thu Jun 19 09:15:28 2008 +0300
@@ -410,6 +410,9 @@ static void config_file_init(const char 
 					key = t_strdup_printf("NAMESPACE_%u_%s",
 							      ns_idx, key);
 				}
+			} else {
+				/* unwanted section */
+				continue;
 			}
 		}
 


More information about the dovecot-cvs mailing list