]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
deliver: Settings inside protocol imap {} weren't ignored.
authorTimo Sirainen <tss@iki.fi>
Thu, 19 Jun 2008 06:15:28 +0000 (09:15 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 19 Jun 2008 06:15:28 +0000 (09:15 +0300)
--HG--
branch : HEAD

src/deliver/deliver.c

index 40ece314382286b89b734ce608042138c3265712..444d09ca63a4bdb35729e1eec52c43fbcd31e2d4 100644 (file)
@@ -410,6 +410,9 @@ static void config_file_init(const char *path)
                                        key = t_strdup_printf("NAMESPACE_%u_%s",
                                                              ns_idx, key);
                                }
+                       } else {
+                               /* unwanted section */
+                               continue;
                        }
                }