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

dovecot at dovecot.org dovecot at dovecot.org
Thu Jun 19 09:15:32 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/1594c877e4e9
changeset: 7692:1594c877e4e9
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 220e9e4eb3db -r 1594c877e4e9 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